1.0.7 • Published 2 years ago

jumpit-ui-kit v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago