FrostUI is a component library built upon tailwindcss (Utility first CSS framework)
npm install @frostui/tailwindcssFrostUI is a component library built upon tailwindcss (Utility first CSS framework)
Make sure you have installed Node.js
and Tailwind CSS and properly setup it
1. Install frostui dependency as the following command.
``bash`
npm install @frostui/tailwindcss
`
bash`
yarn add @frostui/tailwindcss
2. Require frostui js and plugin added to the tailwind.config.js file
`javascript``
module.exports = {
content: [
"./node_modules/@frostui/tailwindcss/*/.js"
]
}
`javascript`
module.exports = {
plugins: [
require('@frostui/tailwindcss/plugin')
]
}
3. Include the main js file to work all components
`html``
FrostUI is Open Source project and licensed under MIT.
Thanks to Tailwind CSS