path-os-ui
v1.0.2
Published
A recreation of the UI featured in SOMA's pathOS terminals.
Readme
path-os-ui
Made with create-react-library
Install
npm install --save path-os-uiUsage
import React, { Component } from 'react'
import MyComponent from 'path-os-ui'
import 'path-os-ui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © RealSGII2
