@thevsstech/react-slots
v1.0.1
Published
A vue-like slots package to be used in your react project
Downloads
1
Readme
@thevsstech/react-slots
A vue-like slots package to be used in your react project
Install
npm install --save @thevsstech/react-slots
Usage
import React, { Component } from 'react'
import MyComponent from '@thevsstech/react-slots'
import '@thevsstech/react-slots/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © thevsstech