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.
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. Right now there are only four components available: two navbar components, a dropdown and the buttons.
If you are using Dioxus version
0.5, please download theversion 0.1.4, else the higher ones.
Components
- BasicButton: A customizable
buttonwith color options, hover effects, and more. - Navbar: A fully customizable
navigation bar, custom colors, and responsive layouts. - NavbarWithLogo: A fully customizable
navigation bar, custom colors, and responsive layouts and with an image logo. - Dropdown: A
dropdownmenu with customizable background colors and labels colors. - Carousel: There are two
carouselat the moment, the CarouselSimple and the CarouselWithTimer.
Example Usage (using the version 0.6-alpha.4)
use *;
use *;
For more information and documentation about freyr, please go to docs.rs.