0.0.49 • Published 3 months ago

kwikui-react v0.0.49

Weekly downloads
-
License
-
Repository
bitbucket
Last release
3 months ago

KwikUI-React

KwikUI-React is a UI Component Library for KwikID, built using React.

Installation

To use KwikUI-React in your project, make sure you have the following peer dependencies installed:

  • React (>=16.12.0)
  • React DOM (>=16.12.0)

You can install KwikUI-React and its dependencies using npm:

npm install kwikui-react

Usage

import { KwikUIButton } from "kwikui-react";
import React from "react";

const App = () => {
  return (
    <div>
      <KwikUIButton />
    </div>
  );
};

export default App;

For more details on the available components and their usage, check out the documentation.

Development

To set up the development environment, clone the repository and install the required dependencies:

git clone https://bitbucket.org/team360noscope/kwikui-react.git
cd kwikui-react
npm install

Available Scripts

In the project directory, you can run:

npm start

Runs the development environment.

Open http://localhost:3000 to view the components in your browser.

The page will reload when you make changes. You may also see any lint errors in the console.

npm test

Launches the test runner in interactive watch mode.

See the documentation on running tests for more information.

npm run build

Builds the library for production to the dist folder.

0.0.44

7 months ago

0.0.45

4 months ago

0.0.46

4 months ago

0.0.47

4 months ago

0.0.48

4 months ago

0.0.49

3 months ago

0.0.41

8 months ago

0.0.42

8 months ago

0.0.43

8 months ago

0.0.40

11 months ago

0.0.37

11 months ago

0.0.38

11 months ago

0.0.39

11 months ago

0.0.36

11 months ago

0.0.35

1 year ago

0.0.34

1 year ago

0.0.33

1 year ago

0.0.32

1 year ago

0.0.31

1 year ago

0.0.30

1 year ago

0.0.28

1 year ago

0.0.29

1 year ago

0.0.26

1 year ago

0.0.27

1 year ago

0.0.24

1 year ago

0.0.25

1 year ago

0.0.23

1 year ago

0.0.22

2 years ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago