#yew #css #webasm #web #bootstarp

yanked yew-bootstrap-v3

Bootstrap v3 components for Yew

2 releases

0.1.13 Aug 16, 2023
0.1.0 Jul 27, 2023

#33 in #webasm

Download history 8/week @ 2024-02-22 8/week @ 2024-02-29 16/week @ 2024-03-28 10/week @ 2024-04-04 39/week @ 2024-04-25

57 downloads per month
Used in yew-patternfly-v3

Apache-2.0

20KB
641 lines

yew-patternfly-v3


lib.rs:

Yew Bootstrap v3 - Bootstrap v3 components for Yew

This crate provides Bootstrap v3 components made to be used with the Yew framework. It aims to make an easy, as intuitive as possible development experience for integrating Bootstrap v3 into your Yew frontends.

Generally speaking, it aims to provide a Rust API for ideally* all elements, components, helpers etc. that you would be able to use in CSS/HTML or other frontend frameworks, such as Angular or React.

* It might not be possible to expose everything in the same manner as with JavaScript, but wherever it is, this crate will try and implement them.

Supported Targets (for Yew Client-Side Rendering only)

  • wasm32-unknown-unknown

Examples

Since it is in the early stages of development, no complete example is made yet.

Dependencies

~11–14MB
~258K SLoC