React component library for supporting internal and external projects with it's components.
# web
npm install --save clouway-ui-components
# native:
npm install --save clouway-ui-components
//for web component
import { Alert } from 'clouway-ui-components-web'
//for native component
import { Alert } from 'clouway-ui-components-native'