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