@devsmeta/bee
v0.0.1
Published
@devsmeta/bee --- A web components library based on react and tailwind css.
Downloads
4
Readme
@devsmeta/bee
A web components library based on react and tailwind css.
Install
$ npm install @devsmeta/beeUsage
import { Button } from "@devsmeta/bee"
export default function() {
return (
<Button type="Primary">Hello world!</Button>
)
}