Freyr UI web Components Library for Dioxus.
Why the name Freyr?
Freyr is the norse god of fertility and prosperity and is known for his beauty. Your Dioxus app should also look good, even beautiful.
Documentation:
See the documentation at this link to see how to implement all components in your web app: freyr doc
If you wanna see a showcase of the UI components, please go to that website: freyr showcase.
Find the GitHub repo here: freyr doc repo.
Please note that the showcase website is still under development and may improve over time.
First:
This crate provides a set of customizable UI components for use in Dioxus projects. It allows developers to easily integrate and style components such as navbars and buttons, with flexible configuration options for color schemes, layouts, and responsiveness.
Warning:
This component is in the early stage of development. Components may change. Be aware of that. Also keep in mind that this crate is not meant to be THE alternative to existing professional UI component libraries for Dioxus. I just made it for fun, and shared it in the hope it also could help other developers
Features
- Buttons
- Tabs
- Navbar
- Carousel
- Accordion
- Dropdown
- Dialog
- Spinner
All those components have more features than you think. For more information about them please chack them here.
Example of the use of the navbar with a dropdown menu that uses dioxus-i18n (using the version 0.6.3 of Dioxus):
use *;
use *;
For more information and documentation about freyr, please go to docs.rs. There you may have a look at the different options that each component may provide you.