0.0.10 • Published 7 years ago

react-windowed v0.0.10

Weekly downloads
12
License
MIT
Repository
github
Last release
7 years ago

react-windowed

Build Status

A toy implementation of Windows-styled windows in React. I use it for wrapping around development tools.

Installation

npm install react-windowed

or

yarn add react-windowed

Usage

See example/ for detailed usage.

// Frobulator.jsx
import { Group, Widget } from 'react-windowed';

export default const () => (
  <Widget title="🎃 Pumpkin">
    <Group title="Scissors">
      <button>Frobulate!</button>
    </Group>
  </Widget>
);
0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago