JSPM

  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q46285F
  • License MIT

Field wrapper component for real system.

Package Exports

  • @real-system/field
  • @real-system/field/lib/index.js
  • @real-system/field/lib/index.mjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@real-system/field) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@real-system/field

Field wrapper component for real system.

npm version

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';

...