freyr-0.1.0 has been yanked.
Freyr UI Components Library for Dioxus.
Why the name Freyr?
Freyr is the norse god of fertility and prosperity, as should your UI and app be.
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 two components available: the navbar and the buttons.
Components
- BasicButton: A customizable button with color options, hover effects, and more.
- Navbar: A fully customizable navigation bar with support for dark/light modes, custom colors, and responsive layouts.
Key Features
- Full customization of colors, sizes, and layouts using configuration structs and enums.
- Responsive designs that adapt seamlessly to mobile and desktop layouts.
- Easy integration into Dioxus projects, with CSS styles scoped to each component.
Example Usage
use ;
use *;
Features in Development
- Additional components (e.g., modals, dropdowns)
- Extended customization options for more complex layouts
Contribution
Contributions are welcome! Feel free to open an issue or submit a pull request on GitHub.