Responsive React Flexbox System

Description:

Responsive React Flexbox (CSS Flexible Box Layout Module) grid system based heavily on the standard CSS API.

Features

  • Simple API is based off CSS Flexbox API, no need to learn a new syntax.
  • Uses styled-components to customize generated components styles
  • Easily change grid settings based on responsive breakpoints

Installation:

# Yarn
yarn add react-flexa

# NPM
$ npm install react-flexa

Preview:

Responsive React Flexbox System

Add Comment