shadcn_jaspr 0.4.3
shadcn_jaspr: ^0.4.3 copied to clipboard
A Dart port of shadcn/ui for the Jaspr web framework. Beautiful, accessible, and customizable UI components built with Tailwind CSS. Live demo: https://aurelvu.github.io/shadcn_jaspr/
import 'package:jaspr/jaspr.dart';
import 'app.dart';
void main() {
runApp(App());
}