Socket
Book a 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.

Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
4
-55.56%
Maintainers
1
Weekly downloads
 
Created
Source

material-ui-textfield-icon

This package provide a TextFieldIcon for [Material-UI][mui]. 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
iconPropsobject{}An object of IconButton material-ui props
textFieldStyleobject{}An object of material-ui textField styles

* required property

License

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

Keywords

material

FAQs

Package last updated on 28 Sep 2017

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