clouway / ui-components

A set of UI components used for development
0 stars 1 forks source link

ui-components

React component library for supporting internal and external projects with it's components.

Instalation

NPM Registry

# web
npm install --save clouway-ui-components

# native:
npm install --save clouway-ui-components

Usage

//for web component
import { Alert } from 'clouway-ui-components-web'

//for native component
import { Alert } from 'clouway-ui-components-native'