2 unstable releases
0.1.3 | Aug 18, 2021 |
---|---|
0.0.1 | Jul 29, 2021 |
#4 in #bulma
345KB
6.5K
SLoC
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 install
ing the byelma
package from NPM, which
Dependencies
~17MB
~311K SLoC