@littlespoon/box
TypeScript icon, indicating that this package has built-in type declarations

1.3.5 • Public • Published

@littlespoon/box

NPM version

Install

Yarn:

yarn add @littlespoon/box

npm:

npm install @littlespoon/box --save

UNPKG

Usage

Import component:

import Box from '@littlespoon/box'

Style box with margin:

<Box sx={{ margin: '1rem' }}>Text</Box>

Style box with responsive breakpoints:

<Box sx={{ margin: '1rem', xs: { margin: '2rem' }, desktop: { margin: '3rem' } }}>Text</Box>

Readme

Keywords

Package Sidebar

Install

npm i @littlespoon/box

Weekly Downloads

181

Version

1.3.5

License

UNLICENSED

Unpacked Size

6.37 kB

Total Files

12

Last publish

Collaborators

  • littlespoondev
  • remarkablemark