@swapr/ui v1.0.2
@swapr/ui
Documentation
For documentation, visit swapr-ui-website, it's still work in progress.
Getting started
Swapr UI will help you build dapp supafast by having a set of web components built with the utility classes from Tailwind CSS.
Install it with npm
npm install @swapr/ui@latestInstall it with bun
bun add @swapr/ui@latestIf are using Tailwind CSS on your project
Add this path to content on tailwind config
Tailwind Config
content: [
<!-- other paterns -->
"./node_modules/@swapr/ui/**/*.{js,ts,js,mjs}",
],Import Colors
You can either import colors or just copy colors.css and tweak it. On Next js, you can import it on a place like layout.js.
import "@swapr/ui/colors.css";Not using tailwind css
Import all the needed styles
import "@swapr/ui/styles.css";Library
Available Scripts
Build the library
This will run rollup with -c command (to check rollup config file)
bun run buildPublish the library
Make sure you run the build command before publishing, also update the lib version package.json
npm publishRun tailwindcss to compile styles
bun run build:tailwindRun storybook locally
bun run storybookBuild storybook
bun run build:storybook7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago