@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'
}
*/

Readme

Keywords

none

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