0.1.3 • Published 8 years ago

bebo-react v0.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

bebo-react

A wrapper for the beboSDK in react

Get it

npm install bebo-react --save

Usage

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

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

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago