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

react-boxl

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-boxl

A thing

  • 0.8.0
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
3
Weekly downloads
 
Created
Source

React Boxl

Easy layouts for React

Setup

Install

$ npm install react-boxl

Usage

import * as React from "react";
import { Box } from "react-boxl";

export const MyComponent: React.SFC<{}> = () => (
  <Box 
    spacing="10px"
    direction="horizontal"
  >
    <Box grow={1}>1</Box>
    <Box>2</Box>
  </Box>
)

API

<Box />

TBD

Develop

  • npm install install project and test app deps
  • npm start starts storybook
  • npm run build compiles dist/
  • npm pack generates .tgz for local testing

FAQs

Package last updated on 16 Nov 2018

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