@celestialcode-react/components
v0.0.87
Published
```sh npm install @celestialcode-react/styles @celestialcode-react/components ```
Downloads
106
Readme
Installation
npm install @celestialcode-react/styles @celestialcode-react/components
yarn add @celestialcode-react/styles @celestialcode-react/components
Configuration
tailwind.config.js
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
"./node_modules/@celestialcode-react/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [require("@celestialcode-react/styles"), require("@tailwindcss/forms")],
};