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.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add shadcn_jasprThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
shadcn_jaspr: ^0.2.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:shadcn_jaspr/shadcn_jaspr.dart';