@reactiff/ui-core
v5.0.2
Published
React UI toolkit with @MUI
Downloads
5
Readme
@reactiff/ui-core
UI toolkit foundation
yarn add @reactiff/ui-coreUsage
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
