Socket
Socket
Sign inDemoInstall

emotion-box

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emotion-box

a collection of css-in-js flexbox layout components


Version published
Weekly downloads
2
decreased by-77.78%
Maintainers
1
Weekly downloads
 
Created
Source

emotion-box 📦

Use react-emotion css-in-js to compose your react app flexbox layouts with higher order components!

I've been copy-pasting some version of this file into every React project I've worked on for the past year... If you're looking for a more fully featured layout library, check out the brilliant https://github.com/jxnblk/styled-system

supports an 🚨 opinionated 🚨 subset of flexbox apis

Install

yarn add emotion-box
import Box, {Row, Column, Props as BoxProps} from 'emotion-box'

Usage

<Row justify="start" align="start"> ... </Row>
<Column> ... </Column>
<Box> ... </Box>

Keywords

FAQs

Package last updated on 17 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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