All Projects → vaadin → vaadin-icons

vaadin / vaadin-icons

Licence: Apache-2.0 License
Vaadin Icons is a collection of 600+ unique icons designed for web applications

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vaadin-icons

vaadin-split-layout
The Web Component which allows you to partition a layout into resizeable areas. Part of the Vaadin components.
Stars: ✭ 40 (-32.2%)
Mutual labels:  web-component, polymer, webcomponents, vaadin, polymer-element, polymer2
vaadin-dialog
High quality web component for modal dialogs. Part of the Vaadin platform.
Stars: ✭ 15 (-74.58%)
Mutual labels:  web-component, polymer, webcomponents, vaadin, polymer-element, polymer2
vaadin-context-menu
The responsive Web Component for showing context dependent items for any element on the page. Part of the Vaadin components.
Stars: ✭ 26 (-55.93%)
Mutual labels:  polymer, webcomponents, vaadin, polymer-element, polymer2
Vaadin Date Picker
The Web Component providing a date selection field with scrollable month calendar. Part of the Vaadin components.
Stars: ✭ 158 (+167.8%)
Mutual labels:  web-component, polymer, webcomponents, vaadin
Vaadin Form Layout
The Web Component providing configurable responsive layout for form elements. Part of the Vaadin components.
Stars: ✭ 15 (-74.58%)
Mutual labels:  web-component, polymer, webcomponents, vaadin
Vaadin Combo Box
The Web Component for displaying a list of items with filtering. Part of the Vaadin components.
Stars: ✭ 113 (+91.53%)
Mutual labels:  web-component, polymer, webcomponents, vaadin
mapbox-gl
Polymer 2.0 custom element for mapbox-gl-js. Uses WebGL to render interactive maps from vector tiles and Mapbox styles - compatible with deck-gl.
Stars: ✭ 24 (-59.32%)
Mutual labels:  polymer, webcomponents, polymer-element, polymer2
Vaadin Upload
The Web Component for uploading multiple files with progress indication. Part of the Vaadin components.
Stars: ✭ 87 (+47.46%)
Mutual labels:  web-component, polymer, webcomponents, vaadin
vaadin-text-field
The themable Web Component providing input controls. Part of the Vaadin components.
Stars: ✭ 29 (-50.85%)
Mutual labels:  web-component, polymer, webcomponents, vaadin
vaadin-select
Customizable Web Component similar to a native browser select. Part of the Vaadin components.
Stars: ✭ 18 (-69.49%)
Mutual labels:  webcomponents, vaadin, polymer2
iron-swipeable-pages
[Polymer 1.x] Element that enables switching between different pages by swiping gesture.
Stars: ✭ 51 (-13.56%)
Mutual labels:  polymer, webcomponents, polymer-element
resizable-panels
Web Component that allows to resize its childrens vertically or horizontally
Stars: ✭ 18 (-69.49%)
Mutual labels:  web-component, polymer, polymer2
identicon-avatar
👾 GitHub style identicon avatar
Stars: ✭ 15 (-74.58%)
Mutual labels:  polymer, webcomponents, polymer2
WP-SVG-Icons-WordPress-Plugin
WPIcons Plugin (Formally WP SVG Icons) - Quickly and easily install font icons and custom SVG icons on any WordPress site.
Stars: ✭ 18 (-69.49%)
Mutual labels:  icons, svg-icons, font-icons
vector-icons
Free Vector icons for Website and Mobile App
Stars: ✭ 28 (-52.54%)
Mutual labels:  icons, svg-icons, font-icons
paper-chip
A chip web component made with Polymer 2 following Material Design guidelines
Stars: ✭ 30 (-49.15%)
Mutual labels:  polymer, webcomponents, polymer2
multiselect-combo-box
A multi select combo box web component based on Polymer and the vaadin-combo-box
Stars: ✭ 41 (-30.51%)
Mutual labels:  polymer, webcomponents, vaadin
Vaadin Grid
vaadin-grid is a free, high quality data grid / data table Web Component. Part of the Vaadin components.
Stars: ✭ 383 (+549.15%)
Mutual labels:  web-component, webcomponents, vaadin
page-title
A Polymer element for easily updating a webpage's title, such as in a SPA.
Stars: ✭ 13 (-77.97%)
Mutual labels:  polymer, polymer-element, polymer2
toggle-icon
toggle-icon is a custom element created with Polymer. It provides an extremely powerful and customizable switch that looks like a paper-icon-button.
Stars: ✭ 21 (-64.41%)
Mutual labels:  polymer, webcomponents, polymer2

Vaadin Icons

⚠️ Starting from Vaadin 20, the source code and issues for this component are migrated to the vaadin/web-components monorepository. This repository contains the source code and releases of <vaadin-icons> for the Vaadin versions 10 to 19.

npm version Bower version Published on webcomponents.org Build status Published on Vaadin Directory Stars on vaadin.com/directory

Screenshot of some icons in the Vaadin Icons collection

Vaadin Icons is a set of 600+ icons designed for web applications. Free to use, anywhere!

Visit https://vaadin.com/icons for more information and instructions how to get started using them.

Installation

The Vaadin components are distributed as Bower and npm packages. Please note that the version range is the same, as the API has not changed. You should not mix Bower and npm versions in the same application, though.

Unlike the official Polymer Elements, the converted Polymer 3 compatible Vaadin components are only published on npm, not pushed to GitHub repositories.

Polymer 2 and HTML Imports compatible version

Install vaadin-icons:

bower i vaadin/vaadin-icons --save

Once installed, import it in your application:

<link rel="import" href="bower_components/vaadin-icons/vaadin-icons.html">

Polymer 3 and ES Modules compatible version

Install vaadin-icons:

npm i @vaadin/vaadin-icons --save

Once installed, import it in your application:

import '@vaadin/vaadin-icons/vaadin-icons.js';

Running demos in browser

  1. Install polymer-cli: npm install -g polymer-cli

  2. When in the vaadin-icons directory, run bower install to install Bower dependencies

  3. Run npm start, after that you will be able to access:

License

The icon files (SVG, PNG, fonts) are licensed under Creative Commons CC-BY 4.0 license.

The source code in this repository is licensed under Apache License 2.0.

All brand icons are trademarks of their respective owners. The use of these trademarks does not indicate endorsement of the trademark holder by Vaadin Icons, nor vice versa.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].