slightlytyler / react-slot-fill

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

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


Languages

Language:TypeScript 72.4%Language:HTML 20.8%Language:CSS 6.8%