Installation
Install corvu with the package manager of your choice:
npm install corvu
You’re good to go! Head over to Usage to learn how to use corvu.
TailwindCSS plugin
If you want make use of the tailwind modifiers like corvu-open:
, install the tailwind plugin:
npm install @corvu/tailwind
Then add the plugin to your tailwind.config.js
file:
module.exports = {
// ...
plugins: [
// Use it with the default prefix 'corvu'
require('@corvu/tailwind'),
// or with a custom prefix
require('@corvu/tailwind')({ prefix: 'ui' }),
// ...
],
}
Check out the TailwindCSS section in the styling guide to learn more about the tailwind plugin.
corvu@0.2.3
Developed and designed by Jasmin