@slightlytyler/react-slot-fill
v1.0.0-alpha-9
Published
React tool for composing complex UIs. Like a portal gun for your components.
Downloads
4
Readme
@slightlytyler/react-slot-fill
React tool for composing complex UIs. Like a portal gun for your components
Install
npm install --save @slightlytyler/react-slot-fill
Usage
import React, { Component } from 'react'
import MyComponent from '@slightlytyler/react-slot-fill'
import '@slightlytyler/react-slot-fill/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © slightlytyler