Icons
Last updated
Last updated
Kilua has built-in support for free font icons from the project (you have to include kilua-fontawesome
module) and from the project (with kilua-bootstrap-icons
module). Composable functions for buttons, links, drop-downs, tabs and accordion have an icon
parameter, which can be set to one of many available icon names. Kilua supports all free Font Awesome style prefixes - Solid (fas
), Regular (far
) and Brands (fab
). You can check icon availability at .
There is also a dedicated atom()
composable function, which can be used to just render an icon with some optional text label.