realpay-ui
v0.7.1
Published
```bash npm install realpay-ui yarn add realpay-ui pnpm add realpay-ui ```
Readme
Installation
npm install realpay-ui
yarn add realpay-ui
pnpm add realpay-uiUsage
With Tailwind v3
Import the css file to your main entry file
import "realpay-ui/index.css"Extend the content array of your tailwind.config.js
["./node_modules/realpay-ui/dist/*.{js,cjs}"]