0.1.7 • Published 10 months ago

@corvu/tailwind v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

NPM Downloads License

DocumentationDiscussionDiscord

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

10 months ago

0.1.6

1 year ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago