Jumpit UI Kit is an npm module designed for the Jumpit service. It provides a set of reusable UI components that can be used to build your Jumpit applications more efficiently and effectively.
BEFORE YOU INSTALL: please read the prerequisites
Start with cloning this repo on your local machine:
$ npm i jumpit-ui-kit
To install and set up the library, run:
$ yarn i jumpit-ui-kit
$ pnpm i jumpit-ui-kit
// App.jsx
import { Button } from "jumpit-ui-kit";
const App = () => {
return (
<Button size="large" colorScheme="primary">
Button
</Button>
);
};
- This UI kit includes the following components:
- Button
- Storybook Link
- Sim jieun - Initial work - Simjieun
MIT License © Jumpit