shadcn_jaspr 0.2.1
shadcn_jaspr: ^0.2.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.
0.2.1 #
- Added 29 new components: Alert, Avatar, Skeleton, AspectRatio, Toggle, ToggleGroup, Collapsible, Accordion, Progress, AlertDialog, HoverCard, Drawer, ScrollArea, Toast, Slider, Table, ContextMenu, Menubar, InputOTP, Form, NavigationMenu, Calendar, DatePicker, Command, Combobox, DataTable, Carousel, Resizable, Sidebar
- Fixed 6 component bugs: Toggle disabled state, ContextMenu, InputOTP, NavigationMenu, Resizable
- Added universal_web dependency
0.2.0 #
- BREAKING: Migrate to Jaspr 0.22.x (from 0.19.x)
- Updated all components to use new Jaspr API (
Component.text(),Component.element(), singleComponent build()) - Added
import 'package:jaspr/dom.dart'for HTML element classes
0.1.1 #
- Fix screenshot URLs in README for pub.dev rendering
0.1.0 #
- Initial release
- 19 components ported from shadcn/ui:
- Base: Button, Badge, Card, Input, Label, Separator
- Form: Checkbox, Switch, Textarea, Select, RadioGroup
- Navigation: Tabs, Breadcrumb, Pagination
- Overlay: Dialog, Sheet, DropdownMenu, Tooltip, Popover
- Utility functions:
cn()for class merging,CVAfor variant management - Tailwind CSS theming with CSS variables (light/dark mode)
- Full example showcase app