@_ndk/ui
v0.1.0
Published
This package contains all the building blocks needed build a fully functional UI component.
Readme
@_ndk/ui
This package contains all the building blocks needed build a fully functional UI component.
Most ui-components provided by this package are just plain shadcn components bundled up into a neat small package along with other helpful tools and utilities.
Scripts
Main scripts
# cd ./packages/ui
turbo build # builds all styles for the @_ndk/ui package
turbo dev # starts @_ndk/ui dev server
turbo dev:ui # also starts @_ndk/ui dev serverGetting Started
You
@import "tailwindcss";
/* core: main stylesheet for components exported by the package */
@import "@_ndk/ui/styles";
/* modular components: default theme is neutral.css */
@import "@_ndk/ui/fonts.css";
@import "@_ndk/ui/themes/twitter.css";