1.0.4 • Published 6 years ago

voinext-button-components v1.0.4

Weekly downloads
1
License
AGPL-3.0-only
Repository
-
Last release
6 years ago

Voinext button component for React

This library provides Voinext button component for React.

Follow the next steps to add Voinext button to your React application.

1) Install peer dependencies:

- via `npm`:    
```
npm install react react-dom prop-types redux react-redux fingerprintjs2 immutable redux-thunk uribuilder
```

- via `yarn`:    
```
yarn add react react-dom prop-types redux react-redux fingerprintjs2 immutable redux-thunk uribuilder
```

2) Install component:

- via `npm` :    
```
npm install voinext-button-components
```

- via `yarn`:    
```
yarn add voinext-button-components
```

3) Import component library:

```javascript
import VoinextButton from 'voinext-button-components'
```

4) Use your button:

```javascript
import React, {Component} from 'react';
import VoinextButton from 'voinext-button-components'

class App extends Component {
    render() {
        return (
            <div className="App">    
                <VoinextButton buttonId={123456}/>    
            </div>
        );
    }
}
```
You can get the `buttonId` property in your [Voinext Dashboard](https://dashboard.voinextfreecall.com/dashboard/buttons)
1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago