React components for fast presentational window ui
npm install react-window-ui




Live demo: react-window-ui.coston.io
React components for fast presentational window ui.
``bash`
npm install --save react-window-ui
- Browser (Like Mac OS X window UI)
- Terminal (Like Hyper terminal)
- MacTerminal (Like Mac OS X terminal)
`js
import React from "react";
import { Browser } from "react-window-ui";
export default () => (
wow
);
`
| Prop | Type | Description |
| ----------- | --------- | --------------------------------------------------------- |
| topbarTitle | string | title of the topbar |string
| topbarTitleColor | | color of topbar title |string
| barHeight | | height of the topbar |string
| divider | | css border values of topbar border-bottom |string
| padding | | css padding of content widow |string
| topbarColor | | color of topbar |string
| background | | color of main content window |string
| border | | css border values of outer border |boolean
| grayscale | | sets ui button to greyscale instead of red, yellow, green |string
| boxShadow | | customize box shadow styles |
`bash``
npm run build
Please help make this react component better. Submit any issue and/or make a pull request!
- Write some good tests
Licensed under the GNU General Public License v3.0.