1.0.7 • Published 10 months ago

jumpit-ui-kit v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

11 months ago

1.0.0

11 months ago