0.4.28 • Published 9 months ago

@alocite/ui v0.4.28

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
-
Last release
9 months ago

Alocite UI

Alocite UI is a utility first component lib for alocite project. It contains a collection of opinioned components using TailwindCSS and Radix.

How to use

Import the lib to your project. That's it.

npm i @alocite/ui

Tailwind configuraion

import type { Config } from 'tailwindcss'
import baseConfig from '@alocite/ui/tailwind'

const config: Config = {
  ...baseConfig,
  content: [
    // your app contents
    './components/**/*.{js,ts,jsx,tsx,mdx}',
    './app/**/*.{js,ts,jsx,tsx,mdx}',
    './.alocite/**/*.{js,ts,jsx,tsx}',
    // package content
    'node_modules/@alocite/ui/**/*.{js,ts,jsx,tsx}'
  ]
}

export default config
0.4.28

9 months ago

0.4.27

10 months ago

0.4.26

12 months ago

0.4.25

12 months ago

0.4.24

12 months ago

0.4.23

1 year ago

0.4.22

1 year ago

0.4.21

1 year ago

0.4.20

1 year ago

0.4.19

1 year ago

0.4.18

1 year ago

0.4.17

1 year ago

0.4.16

1 year ago

0.4.15

1 year ago

0.4.14

2 years ago

0.4.13

2 years ago

0.4.12

2 years ago

0.4.11

2 years ago

0.4.10

2 years ago

0.4.9

2 years ago

0.4.8

2 years ago

0.4.7

2 years ago

0.4.6

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago