1.1.9 • Published 1 year ago

lore-uikit v1.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

This is React package for shared component library based on Ionic and Material Design concepts!

Package on NPM

Live Demo

How to use this package

install the package

npm i lore-uikit --save

import component

import {Button} from "lore-uikit";

then use the component

 <Button
    onClick={() => {
    //do anything
    }}
    label="Toggle Theme"
/>

How to run it locally

after cloning this repo you have to run the following commands

install Dependencies

npm install

Build the library

npm run build

Publish the library

npm publish

Run storybook locally

npm run storybook

Build storybook

npm run build-storybook

Library folder structure

├── src
│   ├── components
|   │   ├── Button
|   |   │   ├── Button.tsx
|   |   │   └── index.ts
|   │   └── index.ts
│   ├── Shared
|   │   ├── enums
|   │   ├── styles
│   └── index.ts
├── package.json
└── package-lock.json
1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.2

1 year ago

1.0.30

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.28

1 year ago

1.0.27

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.9

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year 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