/react-beautiful-window

Beautiful Browser/Terminal Window UI for display in your MDX, JSX, TSX and more files...

Primary LanguageHTML

@techfiddle/react-beautiful-window

Beautiful Browser/Terminal Window UI for display in your MDX, JSX, TSX and more files...

NPM JavaScript Style Guide

Install

npm install --save @techfiddle/react-beautiful-window

Usage

import React, { Component } from 'react'

import MyComponent from '@techfiddle/react-beautiful-window'
import '@techfiddle/react-beautiful-window/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © Comp-Labs