0.5.0 • Published 5 years ago

reactware v0.5.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Reactware

Reactware is an open source toolkit for developing desktop PWA with HTML, CSS, and JS

Install and Usage

npm i reactware --save

Usage

import * as Rw from 'reactware';

<Rw.Layouts.Flex horizontal>
  <div>One</div>
  <Rw.Layouts.Flex auto>Two</Rw.Layouts.Flex>
  <div>Three</div>
</Rw.Layouts.Flex>

Contributions

Contributions, issues and feature requests are very welcome. Please make sure to read the Contributing Guide before making a pull request.

0.5.0

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago