@corvu/tailwind
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

About

This is the tailwindcss plugin for corvu. It adds modifiers to style primitives based on their state:

<Dialog.Content
  class="corvu-open:animate-in corvu-closed:animate-out"
>
  ...
</Dialog.Content>

Getting started

Install the plugin with the package manager of your choice:

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' }),
    // ...
  ],
}

Package Sidebar

Install

npm i @corvu/tailwind

Homepage

corvu.dev

Weekly Downloads

44

Version

0.1.5

License

MIT

Unpacked Size

5.99 kB

Total Files

6

Last publish

Collaborators

  • giyomoon