The tailwind component repo for the raydiant design system
- Install tailwind
- Install this repo with yarn (or npm)
yarn add raydiant-tailwind
- Add this preset to your
tailwind.config.js
to thepresets
key. Learn more
module.exports = {
presets: [
require('./raydiant-tailwind')
],
...
}