1.1.0 • Published 6 years ago

material-ui-dialog-header v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

Installation

yarn

yarn add material-ui-dialog-header

npm

npm i material-ui-dialog-header -S

Usage

import DialogHeader from 'material-ui-dialog-header';
<DialogHeader>
<p>This will be in the header of your dialog</p>
</DialogHeader>

API

PropValue
backgroundColorA CSS color property
displayenum: 'flex', 'block', 'table', 'table-cell', 'table-row', 'inline', 'inline-block', 'inline-flex', 'grid', 'inline-grid', 'unset'