@frostui/tailwindcss
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

FrostUI is a component library built upon tailwindcss (Utility first CSS framework)

Getting Started

Install using NPM / Yarn

Make sure you have installed Node.js and Tailwind CSS and properly setup it

  1. Install frostui dependency as the following command.

    npm install @frostui/tailwindcss
    yarn add @frostui/tailwindcss
  2. Require frostui js and plugin added to the tailwind.config.js file

    module.exports = {
    
      content: [
        "./node_modules/@frostui/tailwindcss/**/*.js"
      ]
    
    }
    module.exports = {
    
      plugins: [
        require('@frostui/tailwindcss/plugin')
      ]
    
    }
  3. Include the main js file to work all components

    <script src="./node_modules/@frostui/tailwindcss/frostui.js"></script>

FrostUI is Open Source project and licensed under MIT.

Thanks to Tailwind CSS

Package Sidebar

Install

npm i @frostui/tailwindcss

Weekly Downloads

106

Version

0.1.5

License

none

Unpacked Size

96.6 kB

Total Files

8

Last publish

Collaborators

  • frostui