Cisco Collab UI framework for ReactJs applications
npm install @collabui/reactCollab UI React is a resuable, component based, flexible React library available asThe git repo can be cloned from collab-ui-react at https://github.com/collab-ui/collab-ui-react.
Checkout the documentation for documentation and live examples.
className and style properties.Collab UI React is a UI framework for ReactJs applications. It provides set of UI components and utilities based on the Symphony UX design and patterns.
Source of @collabui/react is available here.
To use collab-ui-react in your application follow below steps:
#### Using npm
``js`
npm i -S @collabui/react
#### Using yarn
`js`
yarn install -S @collabui/react
Use ES6 import statement to import the component that you want to use:
`jsx
import { Button } from '@collabui/react';
// or
import Button from from '@collabui/react/button';
...
...
* yarn - BSD-2-Clause
* react - MIT
* react-dom - MIT
* @collabui/core - MIT
* @collabui/icons - MIT
* babili - MIT
* eslint - MIT
* stylelint - MIT
* normalize - MIT
* postcss - MIT
* jest - BSD-3-Clause
* enzyme - MIT
Want to contribute? Why not go through Developer's Guide to understand more technical details about the project and contribution guidelines to be adhered.
The changelog can be found on the Releases page.
FAQ can be found here
Copyright (c) 2017 Cisco Systems