Skip to content

simjieun/jumpit-ui-kit

Repository files navigation

jumpit-ui-kit

Platform React Language TypeScript

Getting Started

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.

Installation

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

Usage

// App.jsx
import { Button } from "jumpit-ui-kit";

const App = () => {
  return (
    <Button size="large" colorScheme="primary">
      Button
    </Button>
  );
};

Components

  • This UI kit includes the following components:
    • Button

Docs

Authors

License

MIT License © Jumpit

About

Jumpit Design System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published