2.1.0 • Published 3 years ago

@ramonak/paper v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@ramonak/paper

React Paper Component

NPM JavaScript Style Guidenpm bundle sizeGitHubnpm


demo


Playground / Code Generator


Install

npm install --save @ramonak/paper

Usage

import Paper from '@ramonak/paper'

const Example = () => {
    return <Paper elevation={3}/>
};

Props

NameTypeDefaultDescription
elevationNumber between 0 and 24Shadow depth.
oulinedbooleanfalseOutlined surface.
squarebooleanfalseIf true, no rounded corners.
customClassstringName of the css custom class to add custom styles.

License

MIT © KaterinaLupacheva

1.2.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago