chiplet
v0.3.0-dev.4
Published
React component, hook, and utility library.
Readme
Chiplet
Chiplet is a React component library for building consistent and refined user interfaces.
Installation
Install Chiplet using your preferred package manager:
pnpm add chiplet
# or
npm install chiplet
# or
yarn add chipletUsage
import { Button } from 'chiplet/component'
import { GlobalContainerStyle } from 'chiplet/theme'
export default function App() {
return (
<div className={GlobalContainerStyle}>
<Button>Button</Button>
</div>
)
}Documentation
Visit https://chipletdoc.vercel.app/ for the full documentation.
License
This project is licensed under the MIT License.
