lilasia-ui
v0.3.8
Published
## Installation
Downloads
9
Readme
Lilasia UI
Installation
npm install lilasia-uiUsage
/** @type {import('tailwindcss').Config} */
import { preset } from 'lilasia-ui'
export default {
content: ['./index.html', './src/*.{html,vue,ts}'],
presets: [preset],
theme: {
extend: {}
},
plugins: []
}Use the preset function to add the Lilasia UI plugin to your Tailwind CSS configuration.
