@slightlytyler/react-slot-fill
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-alpha-9 • Public • Published

@slightlytyler/react-slot-fill

React tool for composing complex UIs. Like a portal gun for your components

NPM JavaScript Style Guide

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

Readme

Keywords

none

Package Sidebar

Install

npm i @slightlytyler/react-slot-fill

Weekly Downloads

1

Version

1.0.0-alpha-9

License

MIT

Unpacked Size

34.3 kB

Total Files

11

Last publish

Collaborators

  • slightlytyler