@real-system/flex
v0.0.58
Published
Flex layout component for real system.
Downloads
24
Readme
Installation
# install peer dependencies
# npm
$ npm install react react-dom @real-system/elements-primitive @real-system/styled-library
# yarn
$ yarn add react react-dom @real-system/elements-primitive @real-system/styled-library
# install flex
# npm
$ npm install @real-system/flex
# yarn
$ yarn add @real-system/flex
Code Example
import { Flex } from '@real-system/flex';
...