https://github.com/wiseaidev/yew-components-bootstrap
A Collection of Yew Framework Components - Bootstrap V5.
https://github.com/wiseaidev/yew-components-bootstrap
bootstrap bootstrap5 css html rust web yew
Last synced: about 2 months ago
JSON representation
A Collection of Yew Framework Components - Bootstrap V5.
- Host: GitHub
- URL: https://github.com/wiseaidev/yew-components-bootstrap
- Owner: wiseaidev
- License: apache-2.0
- Created: 2023-07-31T08:04:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T10:04:14.000Z (over 2 years ago)
- Last Synced: 2025-02-05T03:38:47.445Z (over 1 year ago)
- Topics: bootstrap, bootstrap5, css, html, rust, web, yew
- Language: Rust
- Homepage: https://bootstrap-login-form-8.netlify.app/
- Size: 15.9 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 📚 Yew Bootstrap Components
[](https://github.com/wiseaidev)
[](https://opensource.org/licenses/Apache-2.0)
[](https://www.rust-lang.org/)
[](https://reddit.com/submit?url=https://github.com/wiseaidev/yew-components-bootstrap&title=A%20Collection%20of%20Reusable%20Yew%20Framework%20Components%20-%20Bootstrap.)
[](https://news.ycombinator.com/submitlink?u=https://github.com/wiseaidev/yew-components-bootstrap&t=A%20Collection%20of%20Reusable%20Yew%20Framework%20Components%20-%20Bootstrap.)
[](https://twitter.com/share?url=https://github.com/wiseaidev/yew-components-bootstrap&text=A%20Collection%20of%20Reusable%20Yew%20Framework%20Components%20-%20Bootstrap.)
[](https://www.facebook.com/sharer/sharer.php?u=https://github.com/wiseaidev/yew-components-bootstrap)
[](https://www.linkedin.com/shareArticle?url=https://github.com/wiseaidev/yew-components-bootstrap&title=A%20Collection%20of%20Reusable%20Yew%20Framework%20Components%20-%20Bootstrap.)
This repository contains a collection of reusable components written in Rust for the Yew framework. The components cover a range of functionalities, from login and register forms to contact us, forget password forms, etc. Each component is implemented using the Bootstrap CSS framework.
## 📖 Prologue
[Yew](yew.rs) is a modern Rust framework for building multi-threaded front-end web applications. It aims to provide a productive and pleasant experience for developing front-end applications in Rust, leveraging its safety and performance benefits. By utilizing Yew, we can create interactive and efficient web applications with ease.
## 🚀 Building and Running
1. Fork/Clone the GitHub repository.
```bash
git clone https://github.com/wiseaidev/yew-components-bootstrap
```
1. Navigate to the application directory.
```bash
cd yew-components-bootstrap
```
1. Run the client:
```sh
trunk serve --port 3000
```
Navigate to http://localhost:3000 to explore all available components.
## 📙 Bootstrap CSS Components
This section lists components implemented using the [Bootstrap CSS](https://getbootstrap.com/) framework. Bootstrap is a popular front-end framework that provides a rich set of components and styles, allowing developers to build responsive and visually appealing web applications.
| ID | Preview | Demo | Localhost |
| --- | --- | --- | --- |
| 1 |  | [](https://bootstrap-login-form-1.netlify.app/) | [Localhost](http://localhost:3000/1) |
| 2 |  | [](https://bootstrap-login-form-2.netlify.app/) | [Localhost](http://localhost:3000/2) |
| 3 |  | [](https://bootstrap-login-form-3.netlify.app/) | [Localhost](http://localhost:3000/3) |
| 4 |  | [](https://bootstrap-login-form-4.netlify.app/) | [Localhost](http://localhost:3000/4) |
| 5 |  | [](https://bootstrap-login-form-5.netlify.app/) | [Localhost](http://localhost:3000/5) |
| 6 |  | [](https://bootstrap-login-form-6.netlify.app/) | [Localhost](http://localhost:3000/6) |
| 7 |  | [](https://bootstrap-login-form-7.netlify.app/) | [Localhost](http://localhost:3000/7) |
| 8 |  | [](https://bootstrap-login-form-8.netlify.app/) | [Localhost](http://localhost:3000/8) |
## 🤝 Contributing
We welcome contributions to enhance the Yew Bootstrap Components repository! To contribute, please follow the [`CONTRIBUTING.md`](CONTRIBUTING.md) file guidelines. Thank you for helping make this project better!
## 📜 License
This project and the accompanying materials are made available under the terms and conditions of the [` Apache License Version 2.0`](https://github.com/wiseaidev/yew-components-bootstrap/blob/main/LICENSE).
## 📝 Epilogue
In conclusion, this repository is a treasure trove of reusable components crafted in Rust for the Yew framework, offering a plethora of functionalities ranging from user authentication to contact forms and more. Each component showcases the capabilities of the CSS Bootstrap CSS framework. Whether you're a Rust enthusiast or a front-end developer seeking powerful and flexible components, this collection has something to offer.
Happy coding! 🚀