rustcn-ui 0.1.7

A shadcn-ui for Dioxus Rust Web Framework
Documentation
1
2
3
4
5
6
// lib.rs
#![allow(non_snake_case)]

pub mod button;
pub mod input;
pub mod template;