shadcn_jaspr 0.4.1
shadcn_jaspr: ^0.4.1 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/
example/lib/main.dart
import 'package:jaspr/jaspr.dart';
import 'app.dart';
void main() {
runApp(App());
}