1.10.0 • Published 4 months ago

elseware-ui v1.10.0

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

elseware UI

Setup

Run the component library npm run storybook

Package Installation

You can find out official elseware UI component library from the following link,

Package - https://www.npmjs.com/package/elseware-ui

To install the package on a React application, type npm i elseware-ui@latest

Publish Versions

Before publish a new version make sure you have build the latest component library using npm run build. Then change the version number 0.0.0 at package.json accordingly. (Version number followed by Semantic Versioning(SemVer). Please go through SEMVER.md for more info about version numbering)

Reverse Engineering Guidelines

elseware UI is adapted from ant design and Bootstrap UI frameworks. If you want to develop components for elsware-ui, please go through the official component documentations of ant design and understand how its APIs implmented for the specific components.