react-awesome-styled-grid

A responsive 8-point grid system layout for React using styled-components

MIT License

Downloads
21.1K
Stars
217
Committers
16
react-awesome-styled-grid - v2.3.0

Published by santosfrancisco about 5 years ago

  • Typescript types support 🎉
react-awesome-styled-grid - v2.2.7

Published by santosfrancisco over 5 years ago

react-awesome-styled-grid - V2.2.6

Published by santosfrancisco over 5 years ago

#49 - fails on pass other props to column

react-awesome-styled-grid - v2.2.5

Published by santosfrancisco over 5 years ago

  • Update all dependencies
  • Update docz config
  • Include new contributors
react-awesome-styled-grid - v2.2.3

Published by santosfrancisco over 5 years ago

include box-sizing: border-box on Container

react-awesome-styled-grid - v2.2.2

Published by santosfrancisco almost 6 years ago

react-awesome-styled-grid - v2.2.0

Published by santosfrancisco almost 6 years ago

  • Includes a new component named ScreenClass:

ScreenClass receive a prop named render and renders this by passing the current screen as parameter

<Container>
  <Row>
    <Col debug><ScreenClass render={(screen) => (
        <p style={{ color: ['sm', 'md'].includes(screen) ? 'red' : 'purple' }}>Hello! Actual screen is {screen}</p>
      )} />
    </Col>
  </Row>
</Container>
react-awesome-styled-grid - v2.1.0

Published by santosfrancisco almost 6 years ago

  • Converts Col in component for don't render props
  • Export config to use media queries
  • Update docs
  • Includes custom index.html for docz
  • Includes favicon
  • Includes google analytics script
react-awesome-styled-grid - v2.0.1

Published by santosfrancisco almost 6 years ago

increase code coverage

react-awesome-styled-grid - v2.0.0

Published by santosfrancisco about 6 years ago

react-awesome-styled-grid - v1.2.2

Published by santosfrancisco about 6 years ago

react-awesome-styled-grid - v1.2.1

Published by santosfrancisco about 6 years ago

  • includes tests
  • includes CI
react-awesome-styled-grid - v1.2.0

Published by santosfrancisco about 6 years ago

New feature! 🎉

  • creates the Visible useful component. It can be used to display content only in certain screen sizes. Read the docs here
react-awesome-styled-grid - v1.1.1

Published by santosfrancisco about 6 years ago

  • fixes bug 🐛
react-awesome-styled-grid - v1.1.0

Published by santosfrancisco about 6 years ago

Welcome v1.1.0!

  • Fixes any bugs
  • Includes new prop wrap on Row
react-awesome-styled-grid - React awesome styled grid v1.0.0 🎉

Published by santosfrancisco about 6 years ago

Package Rankings
Top 2.64% on Npmjs.org
Badges
Extracted from project README
npm version All Contributors Commitizen friendly js-standard-style codecov Publish to NPM Netlify Status