4.1.4 • Published 3 years ago

@lendi-ui/depth v4.1.4

Weekly downloads
699
License
ISC
Repository
-
Last release
3 years ago

@lendi-ui/depth

Depth that style box-shadow for HTML element. Depth receive integer paremeters from 1, 2, 3, 4.

Installation

yarn add @lendi-ui/depth

Usage

import { depth } from '@lendi-ui/depth';
const Panel = styled.div`
  ${depth(4)};
`;