UNPKG

@baransu/react-styled-flexboxgrid

Version:

Grid system based on styled-components and flexbox for React

7 lines (5 loc) 187 B
import Grid from "./components/Grid"; import Row from "./components/Row"; import Col from "./components/Col"; import { BASE_CONF } from "./config"; export { Grid, Row, Col, BASE_CONF };