2.1.0 • Published 3 years ago

@twind/vite-plugin-jsx v2.1.0

Weekly downloads
44
License
MIT
Repository
github
Last release
3 years ago

@twind/vite-plugin-jsx

A Vite plugin which adds JSX enhancements for Twind

Features

Usage

  1. Install from npm:

    npm install -D @twind/vite-plugin-jsx
  2. Add to the plugins section of your vite config:

    import { defineConfig } from 'vite'
    import twindJsx from '@twind/vite-plugin-jsx'
    
    export default defineConfig({
      // other config ...
      plugins: [
        // other plugins ...
        twindJsx(),
      ],
    })

And you're done!

2.1.0

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.2

3 years ago