@reactiff/ui-core
TypeScript icon, indicating that this package has built-in type declarations

5.0.2 • Public • Published

@reactiff/ui-core

UI toolkit foundation

NPM JavaScript Style Guide

yarn add @reactiff/ui-core

Usage

import * as ui from '@reactiff/ui-core'

return <ui.div>HELLO</ui.div>;

useGridSize()

const { code, value } = ui.useGridSize();
Code Value Screen Width
xs 1 (less than small)
sm 2 > 576
md 3 > 768
lg 4 > 992
xl 5 > 1200
xxl 6 > 1400
xxxl 7 > 1600

License

MIT © Rick Ellis

Readme

Keywords

none

Package Sidebar

Install

npm i @reactiff/ui-core

Weekly Downloads

8

Version

5.0.2

License

MIT

Unpacked Size

412 kB

Total Files

69

Last publish

Collaborators

  • nycdude777