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
- Host: GitHub
- URL: https://github.com/beda-software/baobab-react-mixins
- Owner: beda-software
- License: mit
- Created: 2016-04-29T04:14:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T04:38:45.000Z (about 9 years ago)
- Last Synced: 2026-05-26T09:32:56.751Z (19 days ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](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';
```