0.2.8 • Published 5 years ago

material-ui-textfield-icon v0.2.8

Weekly downloads
28
License
MIT
Repository
github
Last release
5 years ago

INFO: This package is useful for material-ui 0.x, You don't need it if you use material-ui v1.x !

material-ui-textfield-icon

This package provide a TextFieldIcon for Material-UI. Use the storybook inside for test.

Image

Installation

npm i material-ui-textfield-icon --save

Usage

import TextFieldIcon from 'material-ui-textfield-icon';

<TextFieldIcon
  hintText='My textField'
  icon={<HelpOutline />}
  fullWidth={false}
/>

Properties

NameTypeDefaultDescription
icon*nodeTheIcon you want to display
iconPositionstringafterA string use for the icon position. 'after' OR 'before'
iconPropsobject{}An object of IconButton material-ui props
textFieldStyleobject{}An object of material-ui textField styles
iconStyleobject{}An object of material-ui IconButton styles

* required property

License

The files included in this repository are licensed under the MIT license.

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2-1

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago