0.0.1 • Published 1 year ago

@devsmeta/bee v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago