0.0.1 • Published 7 months ago

@devsmeta/bee v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

@devsmeta/bee

A web components library based on react and tailwind css.

Install

$ npm install @devsmeta/bee

Usage

import { Button } from "@devsmeta/bee"

export default function() {
  return (
    <Button type="Primary">Hello world!</Button> 
  )
}
0.0.1

7 months ago