⌗ Coston

react-window-ui 🖼✨

Travis npm version npm 

Installation

npm install --save react-window-ui

Usage

import { Browser, Terminal, MacTerminal } from 'react-window-ui'

export default () => (
<div>
  <Browser resize height="22em">
    <h3>Browser</h3>
    <p>Use {'<Browser/>'} to frame browser content!</p>
  </Browser>
  <br/>
  <Terminal resize height="22em">
    <h3>Terminal</h3>
    <p>Use {'<Terminal/>'} to frame terminal content!</p>
  </Terminal>
  <br/>
    <MacTerminal>
    <h3>MacTerminal</h3>
    <p>Use {'<MacTerminal/>'} to frame terminal content!</p>
  </MacTerminal>
</div>
)

Examples

Browser

Use <Browser/> to frame browser content!


Terminal

Use <Terminal/> to frame terminal content!


MacTerminal

Use <MacTerminal/> to frame terminal content!


Options

Read the complete docs at npm


© 2020 Coston Perkins