1.0.5 • Published 3 years ago

lumin-ui v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

⚙ How to install?

NPM:

npm i lumin-ui

In your tailwindconfig.js:

module.exports = {
  // your tailwind config
  plugins: [require("lumin-ui").default],
};

⚠ lumin-ui uses tailwindcss as its core styling tool, to install it firstly you'll need to install tailwindcss:

npm install -D tailwindcss
npx tailwindcss init

Theres a complete guide of how to install and use tailwindcss with any frameworks: Click here

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago