@slightlytyler/react-slot-fill
v1.0.0-alpha-9
Published
React tool for composing complex UIs. Like a portal gun for your components.
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-fillUsage
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
