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 Tailwind CSS framework.
Yew 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.
-
Fork/Clone the GitHub repository.
git clone https://github.com/wiseaidev/yew-components-tailwind
-
Navigate to the application directory.
cd yew-components-tailwind
-
Run the client:
trunk serve --port 3000
Navigate to http://localhost:3000 to explore all available components.
This section lists components implemented using the Tailwind CSS framework. Tailwind CSS is a utility-first CSS framework that provides a set of pre-defined classes to quickly build custom and responsive designs.
ID | Preview | Demo | Localhost |
---|---|---|---|
1 | Localhost | ||
2 | Localhost | ||
3 | Localhost |
ID | Preview | Demo | Localhost |
---|---|---|---|
1 | Localhost |
ID | Preview | Demo | Localhost |
---|---|---|---|
1 | Localhost |
We welcome contributions to enhance the Yew Tailwind Components repository! To contribute, please follow the CONTRIBUTING.md
file guidelines. Thank you for helping make this project better!
This project and the accompanying materials are made available under the terms and conditions of the Apache License Version 2.0
.
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 Tailwind 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! 🚀