Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-flexr

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-flexr - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

package.json
{
"name": "react-flexr",
"version": "1.3.0",
"version": "1.3.1",
"description": "React flexbox grid made simple.",

@@ -5,0 +5,0 @@ "main": "lib",

@@ -45,2 +45,6 @@ # Flexr

<Cell>
<Cell palm='3/12' lap='1/2'>
Fills on mobile, half on lap and dynamic size everywhere else.
<Cell>
</Grid>

@@ -54,4 +58,18 @@ );

## Responsive Props
The responsive props are based on [ergonomics](https://twitter.com/lukew/status/273453112902172672).
I've used these breakpoints in a variety of [apps](https://github.com/chriskjaer/prototype-seed) and [ grids ](https://github.com/chriskjaer/prototype-seed/blob/master/source/assets/styles/utilities/_grid.scss) with success. So far
the following breakpoints have beeen implemented:
- Palm
- Lap
- Portable
- Desk
See [defauts file](https://github.com/chriskjaer/react-flexr/blob/master/src/defaults.js) for sizes.
## TODO:
- [ ] Add Responsive capabilities
- [x] Add Responsive capabilities
- [ ] Find a decent way to test responsive grid props.
- [ ] Add flex order
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc