Beautiful Browser/Terminal Window UI for display in your MDX, JSX, TSX and more files...
npm install --save @techfiddle/react-beautiful-window
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 />
}
}
MIT © Comp-Labs