react-vmix-components
v1.0.13
Published
All components used in Vmix inc.
Readme
react-vmix-components
All components used in Vmix inc.
Install
npm install --save react-vmix-componentsUsage
import React, { Component } from 'react'
import MyComponent from 'react-vmix-components'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © thailonlucas
