1.3.1 • Published 7 years ago

flexin v1.3.1

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

About

Flexin' :muscle: - a React component for layouts.

Quit writing a bunch of boilerplate flexbox CSS and start Flexin'!

Props

These props map to flex-related CSS properties.

  • alignContent => align-content
  • alignItems => align-items
  • alignSelf => align-self
  • basis => flex-basis
  • direction => flex-direction
  • grow => flex-grow
  • justifyContent => justify-content
  • order => order
  • shrink => flex-shrink
  • wrap => flex-wrap

These props are from React.

  • children
  • className

And this prop makes the component inline-flex instead of flex.

  • inline (default: false)

Here's a no-nonsense overview of flexbox.

License

MIT

1.3.1

7 years ago

1.3.0

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago