Fidely UI v1 beta is now available!. 🚀

Paper

A surface component used to display content with optional elevation and variants.

Hey, Fidely UI paper

Usage

import { Paper } from '@fidely-ui/react'
<Paper>Fidely UI Paper</Paper>

Elevation

Control the shadow depth of the Paper using the elevation prop.

Paper elevation (0)
Paper elevation (1)
Paper elevation (2)
Paper elevation (3)
Paper elevation (4)

Variants

Change the appearance of the Paper using the variant prop.

Paper filled variant
Paper outline variant

Props

Paper

PropTypeDefaultDescription
elevation"0" | "1" | "2" | "3" | "4""0"Controls the shadow depth of the Paper component.
variant"filled" | "outline""filled"Sets the visual style of the Paper.