feather-icons
Feather-Icons collection for Vaadin
Feather is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency, and flexibility. This addon enables Feather Icons to be easily used inside Vaadin apps.
See: https://feathericons.com/
Sample code
FeatherIcon layout = Feather.LAYOUT.create(); FeatherIcon search = Feather.SEARCH.create(e -> System.out.println("clicked!")); FeatherIcon triangle = new FeatherIcon(Feather.ALERT_TRIANGLE); FeatherIcon activity = new FeatherIcon("activity"); add(layout, search, activity, triangle);
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
- Released
- 2021-04-20
- Maturity
- STABLE
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 14+
- Browser
- N/A
feather-icons - Vaadin Add-on Directory
Feather-Icons collection for VaadinFeather is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency, and flexibility. This addon enables Feather Icons to be easily used inside Vaadin apps.
See: https://feathericons.com/
View on GitHub