kyzsuukii / ui-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI-Kit

UI-Kit is a component library for react.

Installation

Use the package manager npm to install UI-Kit.

npm install @kyzsuki/ui-kit

Usage

import { Button } from '@kyzsuki/ui-kit';

function App() {
  return <Button variant="default">Click me</Button>;
}

export default App;

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

License:MIT License


Languages

Language:TypeScript 77.3%Language:CSS 9.2%Language:JavaScript 8.8%Language:HTML 4.7%