@real-system/field
v0.0.44
Published
Field wrapper component for real system.
Downloads
16
Readme
Installation
# install peer dependencies
# npm
$ npm install react react-dom @real-system/flex @real-system/styled-library @real-system/typography
# yarn
$ yarn add react react-dom @real-system/flex @real-system/styled-library @real-system/typography
# install field
# npm
$ npm install @real-system/field
# yarn
$ yarn add @real-system/field
Code Example
import { Field } from '@real-system/field';
...