React Paper Component
npm install --save @ramonak/paper
import Paper from '@ramonak/paper'
const Example = () => {
return <Paper elevation={3}/>
};
Name | Type | Default | Description |
---|---|---|---|
elevation |
Number between 0 and 24 |
Shadow depth. | |
oulined |
boolean |
false | Outlined surface. |
square |
boolean |
false | If true, no rounded corners. |
customClass |
string |
Name of the css custom class to add custom styles. |
MIT © KaterinaLupacheva