3 releases

0.1.3 Aug 18, 2021
0.1.1 Jul 29, 2021
0.1.0 Jul 29, 2021

#8 in #bulma

45 downloads per month
Used in byewlma

MIT/Apache

21KB
466 lines

byewlma: Opinionated Yew Components Styled with Bulma

Usage

This library is designed with..

Showcase

You can get a taste of usage for the components by looking at the showcase. This also provides a good example of how to use byewlma in a project. Run the showcase using trunk:

cd ./examples/showcase && trunk serve --open

Customizing Bulma

Bulma can be customized through a number of sass variables. The showcase example uses standard bulma colors, but the customize example shows a very simple example of using different variables.

For further customization, see the trunk documentation

Specialized Styles

Some more complex components (search_select and message_service) require extra styles. These can be included directly using the index.scss file in each components module, or by npm installing the byelma package from NPM, which

Dependencies

~1.5MB
~33K SLoC