yew-bootstrap
is a collection of frontend components made to simplify the usage of Bootstrap 5 within the Yew framework.
Note: This is not yet a mature project, breaking changes are expected.
Check the readme for the yew-bootstrap
package, or the docs.rs link above.
yew-boostrap-examples-basic.webm
Bug reports, feature requests, and pull requests are welcome!
Please try to match your code style to the existing codebase. If you think a change in that style is warranted, feel free to make a suggestion in a new Issue.
Please be sure to try cargo test
before submitting a PR.
All new features should have examples in their documentation via doc strings as well as an example application under /examples/.