shadcn_jaspr 0.4.2
shadcn_jaspr: ^0.4.2 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/
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add shadcn_jasprWith Flutter:
$ flutter 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.4.2Alternatively, your editor might support dart pub get or flutter 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';