paper

v4.9.10arrow_drop_down
v4.9.10
v4.5.2
v3.9.2
STATUS
Passing
DOWNLOADS
247,214
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
24 KB
In Material Design, the physical properties of paper are translated to the screen.
2 contributors
Install paper as a package?
Copied
npm i @bit/mui-org.material-ui.paper
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
chevron_left
chevron_right

The component used for the root node. Either a string to use a DOM element or a component.

Shadow depth, corresponds to dp in the spec. It accepts values between 0 and 24 inclusive.

If true, rounded corners are disabled.

The variant to use.

Demos:

API:

Properties
NameTypeDescription
children
node

The content of the component.

classes
object

Override or extend the styles applied to the component. See CSS API below for more details.

className
string
component
elementType

The component used for the root node. Either a string to use a DOM element or a component.

elevation
custom

Shadow depth, corresponds to dp in the spec. It accepts values between 0 and 24 inclusive.

square
bool

If true, rounded corners are disabled.

variant
'elevation' | 'outlined'

The variant to use.

Help and resources