@z1/lib-ui-box-reverse

0.5.30 • Public • Published

Z1 Lib UI Box Reverse

Documentation under construction.

Usage

Install

yarn add @z1/lib-ui-box-reverse

Import

import { toBox } from '@z1/lib-ui-box-reverse'

const boxProps = toBox('block border-blue-500 sm:inline-block')
/*
Outputs:
{
  display: ['block', { sm: 'inline-block' }],
  borderColor: 'blue-500'
}
*/

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.5.301latest

Version History

VersionDownloads (Last 7 Days)Published
0.5.301
0.5.81
0.5.70
0.5.12
0.5.01
0.4.460
0.4.381
0.4.270
0.4.110
0.4.90
0.4.50
0.4.41
0.4.20
0.4.10
0.4.00
0.3.00
0.2.290
0.2.130
0.2.90

Package Sidebar

Install

npm i @z1/lib-ui-box-reverse

Weekly Downloads

2

Version

0.5.30

License

MIT

Unpacked Size

76.6 kB

Total Files

4

Last publish

Collaborators

  • nubuck