@zohodesk/layout
v3.2.3
Published
Unified Component Library - Layout
Maintainers
Readme
@zohodesk/layout
Layout primitives for composing page structure. This package is part of the DOT System (Design Optimization Thinking).
Installation
npm install @zohodesk/layoutUsage
Import the layout helpers you need from @zohodesk/layout and use them to structure React UI, including:
- Flex-based composition
- Container and box layout patterns
- Grid-oriented page structure
import * as layout from '@zohodesk/layout';Changelog
See CHANGELOG.md for details on release history and updates.
