0.1.1 • Published 3 months ago

uden-ui v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

uden-ui

A tailwind based component library for SolidJS.

Quick start

Install it:

npm i uden-ui
# or
yarn add uden-ui
# or
pnpm add uden-ui
# or
bun i uden-ui

Use it:

Modify your tailwind.config.cjs to include this package as content:

module.exports = {
  content: [
      // ...
      "./node_modules/uden_ui/**/*.{html,js,jsx,ts,tsx}",
      // ...
  ],
  // ...
}

Import the components you want to use, for example

import TextInput from 'uden-ui';
0.1.1

3 months ago

0.1.0

3 months ago