An open API service indexing awesome lists of open source software.

https://github.com/bebo/bebo-react


https://github.com/bebo/bebo-react

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# bebo-react

A wrapper for the beboSDK in react

## Get it

```npm install bebo-react --save```

## Usage

```jsx
import React from 'react';
import BeboReact from './js/utils/bebo-react';
import App from './js/components/App';

import './style.scss';
BeboReact.render(
,
document.getElementById('app'),
{
disableKeyboardDoneStrip: true
}
);
```