ready to go beamwind tailwind theme and preflight
npm install beamwind> ready to go beamwind with @beamwind/preflight and @beamwind/preset-tailwind





> Read the docs |
> API |
> Change Log |
> ⚡️ Demo
---
- Installation
- Usage
- Contribute
- License
``sh`
npm install beamwind
> Please refer to the main documentation and @beamwind/preset-tailwind for further information.
`js
import { bw } from 'beamwind'
bwtext-purple-500`
For further customization setup is exported:
`js
import { bw, setup } from 'beamwind'
setup({
colors: {
'red-500': '#DC2626',
},
})
bwtext-red-500 // will result in a DC2626 text-color``
Thanks for being willing to contribute!
> This project is free and open-source, so if you think this project can help you or anyone else, you may star it on GitHub. Feel free to open an issue if you have any idea, question, or you've found a bug.
Working on your first Pull Request? You can learn how from this _free_ series How to Contribute to an Open Source Project on GitHub
We are following the Conventional Commits convention.
 Kenoxa GmbH