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

https://github.com/beda-software/baobab-react-mixins

Aggregation of baobab-react/mixins and baobab-react-schemabranchmixin
https://github.com/beda-software/baobab-react-mixins

Last synced: 1 day ago
JSON representation

Aggregation of baobab-react/mixins and baobab-react-schemabranchmixin

Awesome Lists containing this project

README

          

[![npm version](https://badge.fury.io/js/baobab-react-mixins.svg)](https://badge.fury.io/js/baobab-react-mixins)

baobab-react-mixins
===========

It is aggregation of
[baobab-react-schemabranchmixin](https://github.com/beda-software/baobab-react-schemabranchmixin)
and [baobab-react](https://github.com/Yomguithereal/baobab)

# Install

You need to install following dependencies manually:

```
npm i --save baobab baobab-react baobab-react-schemabranchmixin baobab-react-mixins
```

# Usage

```
import { RootMixin, BranchMixin, SchemaBranchMixin } from 'baobab-react-mixins';
```