0.0.3 • Published 6 months ago

vite-tailwind-lib-test-otsuka v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

UIライブラリ-テスト用

Vite&TailwindCSSで作成したUIライブラリのテスト用リポジトリです。

Install

npm install vite-tailwind-lib-test-otsuka

Usage

import { Button } from 'vite-tailwind-lib-test-otsuka'

const App = () => {
  return (
    <div>
      <Button>Button</Button>
    </div>
  )
}
0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago

0.0.0

6 months ago