1.0.2 • Published 5 years ago

react-row v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

react-row 〰

Define gutter and column width and set indexed children

Usage

$ npm i react-row
import Row from 'react-row'

export default () => (
  <Row>{{
    3: <h2>Hi! I am on column 3</h2>,
    6: <h2>Hi! I am on column 6</h2>,
    8: <h2>Hi! I am on column 8</h2>,
  }}</Row>
)

Props

Contributing

  • Fork it
  • Create a branch with proper name in kebab-case (eg. fix-something)

    Optional: Create React app in other folder and install this package with npm link or npm i path/to/react-inln

  • Create a PR describing what you did
  • Grab a coffee

Author

Jose Varela\ (joselcvarela@gmail.com)