FontAwesome Iron Iconset
Iron iconset based on FontAwesome
Integration of FontAwesome and iron-icon for Vaadin
Found a bug or have a suggestion? Report it on GitHub
For bug reports, feature suggestions, or questions, please open an issue on GitHub. This makes it easier for us to track and respond efficiently, ensuring you get the best possible support. Your input helps us improve—thank you!
Sample code
add(new Button("SAVE", FontAwesome.Solid.SAVE.create()));
grid.addColumn(TemplateRenderer.<Flight>of( "<iron-icon icon='"+FontAwesome.Solid.PLANE_DEPARTURE+"'></iron-icon>[[item.takeoff_time]]" ).withProperty("takeoff_time", Flight::getTakeOffTime));
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
- 2024-08-26
- Maturity
- STABLE
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 24
- Vaadin 23 in 4.4.1
- Vaadin 22 in 3.2.1
- Vaadin 21 in 3.2.1
- Vaadin 20 in 3.2.1
- Vaadin 19 in 3.2.1
- Vaadin 18 in 3.2.1
- Vaadin 17 in 3.2.1
- Vaadin 16 in 3.2.1
- Vaadin 15 in 3.2.1
- Vaadin 14 in 3.2.1
- Vaadin 13 in 1.0.4
- Vaadin 12 in 1.0.4
- Vaadin 11 in 1.0.4
- Vaadin 10 in 1.0.4
- Browser
- N/A
Filterable Layout Add-on - Vaadin Add-on Directory
Extension that allows you to build forms that can filter the components inside itOnline Demo
Source Code
Issue Tracker
Author Homepage
Filterable Layout Add-on version 1.0.0
Initial version.
Filterable Layout Add-on version 2.0.0
Initial release supporting Vaadin 14+ Npm mode
Filterable Layout Add-on version 2.0.1
Maintenance release
Filterable Layout Add-on version 2.0.2
### Maintenance release
* Remove flow-build-info.json from directory JAR ([#15](https://github.com/FlowingCode/FilterableLayoutAddon/issues/15))