1.3.5 • Published 1 year ago

@littlespoon/box v1.3.5

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

@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>
1.3.5

1 year ago

1.3.4

1 year ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

3 years ago

1.1.0

3 years ago