1.0.0 • Published 5 years ago

@fenderdigital/react-placeholder v1.0.0

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
5 years ago

Placeholder for Fender React UI Kit

Description

A placeholder loader, for skeleton layouts.

Installation and Usage

yarn add @fenderdigital/react-placeholder --save
import Placeholder from '@fenderdigital/react-placeholder';

Props

  • aspectRatio - Dimensions of the component that are configurable via tachyon aspect ratio classes.
  • ease - css animation easing type.
  • endColor - tachyon class for its ending animation color.
  • startColor - tachyon class for its starting animation color.
propNamepropTypedefaultValueisRequired
aspectRatiostring16x9-
easestringease-in-out-
endColorstringlight-gray-
startColorstringnear-gray-

Development

Check the Monorepo README for development documentation.