0.0.3 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago