# callcenter2_react_components

> Library of Microvoz compponents for React

Latest version **0.0.1** (published 2018-05-15) · ISC license · 0 weekly downloads

## Install

```sh
npm install callcenter2_react_components
pnpm add callcenter2_react_components
yarn add callcenter2_react_components
bun add callcenter2_react_components
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2018-05-15 |
| First published | 2018-05-15 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 232.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Sergio Sebastian Arriagada |
| Maintainers | sarriagada |

## Links

- npm: https://www.npmjs.com/package/callcenter2_react_components
- npm.io page: https://npm.io/package/callcenter2_react_components

## Dependencies (1)

- [webpack](https://npm.io/package/webpack.md) ^4.8.3

## Recent versions

- 0.0.1 (latest) — 2018-05-15

## README

React Microvoz Icons Pack
=========================

<img src="https://png.icons8.com/ios/50/000000/react-native-filled.png" width="60" alt="React">

Include microvoz components in your React projects easly with ```callcenter2_react_components```.

### Installation
    npm install callcenter2_react_components --save

### Usage
Import the component that you need.

```javascript
import { SelectCmp } from 'callcenter2_react_components';

class Home extends React.Component {
    render() {
        const options = [{ id: 1, name: "option 1" }, { id: 2, name: "option 2" }]
        return <SelectCmp values={options} />
    }
}
````

### Components

Currently supported components are:

 - ButtonCmp
    -- Props: style, disabled, className, title, onClick
 - SelectCmp
    -- Props: style, disabled, className, values, placeholder, onChange

---
_Source: https://npm.io/package/callcenter2_react_components · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
