@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.302latest

Version History

VersionDownloads (Last 7 Days)Published
0.5.302
0.5.81
0.5.71
0.5.11
0.5.01
0.4.461
0.4.381
0.4.271
0.4.111
0.4.91
0.4.51
0.4.41
0.4.21
0.4.11
0.4.01
0.3.01
0.2.291
0.2.131
0.2.91

Package Sidebar

Install

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

Weekly Downloads

20

Version

0.5.30

License

MIT

Unpacked Size

76.6 kB

Total Files

4

Last publish

Collaborators

  • nubuck