Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrxiaozhuox/dioxus-starter

Starter template for Dioxus framework
https://github.com/mrxiaozhuox/dioxus-starter

dioxus template

Last synced: 18 days ago
JSON representation

Starter template for Dioxus framework

Awesome Lists containing this project

README

        


Dioxus Starter



Online Demo



English
|
įŽ€äŊ“中文


## 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 Local torage](https://github.com/mrxiaozhuox/dioxus-local-storage) - Add Storage Hooks for Dioxus

## Try it

```
dx create --template=gh:mrxiaozhuox/dioxus-starter
cd {PROJECT_NAME}
dx serve
```