@comparaonline/ui-paper
v0.27.1
Published
Paper is one the most basic UI elements of this library, it should be used as part of other components.
Downloads
12
Maintainers
Keywords
Readme
@comparaonline/ui-paper
Paper is one the most basic UI elements of this library, it should be used as part of other components.
Installation
yarn add @comparaonline/ui-paper
Usage
import Paper from '@comparaonline/ui-paper';
() => <Paper elevation={number} square={bool} />;