1.0.2 • Published 3 years ago
noonchaa-react-tailwind v1.0.2
NRT
noonchaa-react-tailwind
React component library with tailwindCSS
Install
npm install --save noonchaa-react-tailwind
peerDependencies
React >=17.0.0
Usage
import React from 'react'
import MyComponent from 'noonchaa-react-tailwind'
const Example = () => {
return <MyComponent>
}