byewlma

Crates.iobyewlma
lib.rsbyewlma
version0.1.3
sourcesrc
created_at2021-07-29 18:21:41.697255
updated_at2021-08-18 20:02:08.866684
descriptionOpinionated implementation of Bulma for Yew
homepage
repositoryhttps://github.com/ecclarke42/byewlma
max_upload_size
id428946
size347,630
Elliott Clarke (ecclarke42)

documentation

README

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

Commit count: 25

cargo fmt