react-polymer-layout
TypeScript icon, indicating that this package has built-in type declarations

4.1.2 • Public • Published

react-polymer-layout

React layout component inspired by Polymer.

Installation

npm install --save react-polymer-layout

Usage

Refer to Polymer layout attributes.

// Polymer
<div self-center {...props} />

// react-polymer-layout
<Item selfCenter {...props} />


// Polymer
<div layout center-justified {...props} />

// react-polymer-layout
<Box centerJustified {...props} />

Compatibility

  • Chrome
  • Firefox
  • Safari >= 6
  • IE >= 9

Readme

Keywords

Package Sidebar

Install

npm i react-polymer-layout

Weekly Downloads

23

Version

4.1.2

License

none

Unpacked Size

21.1 kB

Total Files

14

Last publish

Collaborators

  • wizawu