lilasia-ui
v0.3.5
Published
## Installation
Downloads
170
Readme
Lilasia UI
Installation
npm install lilasia-ui
Usage
/** @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.