Skip to content

A small and independent layout library which provide easy-to-use layout templates as react components.

Notifications You must be signed in to change notification settings

thegitm8/react-boxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 React Boxes

A small and independent layout library which provides easy-to-use layout templates as react components.

❗ This is a work in progress and is not yet production ready.

Features

  • based on CSS3 Flexbox
  • no media queries
  • inline CSS
  • Autoprefixed
  • serverside rendering

Install

npm install react-boxes --save

Usage & Examples

import React from 'react'
import { FlexContainer, FlexChild } from 'react-boxes/flex'

React.render(

	<FlexContainer>
		<FlexChild>
			stuff
		</FlexChild>
	</FlexContainer>,

	getElementById('mount-point')

)

For more, visit the API page.

About

A small and independent layout library which provide easy-to-use layout templates as react components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published