🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

material-ui-textfield-icon

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-ui-textfield-icon

A textField icon for material-ui v0.x

0.2.8
latest
Source
npm
Version published
Weekly downloads
27
-6.9%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

material

FAQs

Package last updated on 02 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts