@real-system/aspect-ratio
v0.0.37
Published
Aspect ratio component for real system used for sizing media e g image video map.
Downloads
9
Readme
Installation
# install peer dependencies
# npm
$ npm install react react-dom @real-system/elements-primitive @real-system/styled-library @real-system/utils-library
# yarn
$ yarn add react react-dom @real-system/elements-primitive @real-system/styled-library @real-system/utils-library
# install aspect-ratio
# npm
$ npm install @real-system/aspect-ratio
# yarn
$ yarn add @real-system/aspect-ratio
Code Example
import { AspectRatio } from '@real-system/aspect-ratio';
...