Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrxiaozhuox/mrxiaozhuox.github.io
https://github.com/mrxiaozhuox/mrxiaozhuox.github.io
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrxiaozhuox/mrxiaozhuox.github.io
- Owner: mrxiaozhuox
- License: mit
- Created: 2022-07-19T17:41:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T21:29:47.000Z (about 1 year ago)
- Last Synced: 2024-10-11T01:51:05.621Z (about 1 month ago)
- Language: Rust
- Size: 5.95 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dioxus Starter
## Features
- đ§ [Dynamic routing](https://dioxuslabs.com/nightly/router/) support
- âī¸ Light / Dark mode support
- đĄ [Tailwind](https://tailwindcss.com/) framework support
- đ Markdown parser support
- đŋ [Toast](https://github.com/mrxiaozhuox/dioxus-toast) popup support
- đ [FA](https://fontawesome.com/) free icon support## Pre-Packed
### UI Framework
- [Tailwind](https://github.com/tailwindlabs/tailwindcss) - A utility-first CSS framework
### Dioxus Plugins
- [Dioxus Router](https://github.com/DioxusLabs/dioxus/tree/master/packages/router) - Dioxus Router is a first-party router for Dioxus
- [Dioxus Fermi](https://github.com/DioxusLabs/dioxus/tree/master/packages/fermi) - Atom-based global state management solution for Dioxus
- [Dioxus Free Icon](https://github.com/nissy-dev/dioxus-free-icons) - Use free svg icons in your Dioxus
- [Dioxus Toast](https://github.com/mrxiaozhuox/dioxus-toast) - Add toast support for your Dioxus
- [Dioxus Use Storage](https://github.com/oovm/dioxus-hooks/tree/master/projects/dioxus-use-storage) - Add Storage Hooks for Dioxus## Try it
```
dx create --template=gh:mrxiaozhuox/dioxus-starter
# give the name my-dioxus-app
cd my-dioxus-app
dx serve
```