4.0.2 • Published 9 years ago

apeman-react-password v4.0.2

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

apeman-react-password

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for password component.

Installation

$ npm install apeman-react-password --save

Demo

Live demo is hosted on GitHub Pages.

Demo Image

Usage

'use strict'

import React from 'react'
import {ApPassword, ApPasswordStyle} from 'apeman-react-password'

const ExampleComponent = React.createClass({
  render () {
    return (
      <div>
        <ApPasswordStyle />
        <ApPassword name="password" onChange={ (e) => { console.log(e.target.value) } }/>
      </div>
    )
  }
})

Components

ApPasswordStyle

Props

NameTypeDefaultDescription
styleobject{}
highlightColorstringApStyle.DEFAULT_HIGHLIGHT_COLOR
maxWidthnumberApStyle.CONTENT_WIDTH

ApPassword

Props

NameTypeDefaultDescription
namestring''Name of text input
valuestring''Value of password input
placeholderstring''Placeholder of password input
showIconstring'ion ion-eye'Icon class for show button
hideIconstring'ion ion-eye-disabled'Icon class for hide icon

License

This software is released under the MIT License.

Links

4.0.2

9 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.0.10

9 years ago

3.0.9

9 years ago

3.0.8

9 years ago

3.0.7

9 years ago

3.0.6

9 years ago

3.0.5

9 years ago

3.0.4

9 years ago

3.0.3

9 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.3.16

9 years ago

2.3.15

9 years ago

2.3.14

9 years ago

2.3.13

9 years ago

2.3.12

9 years ago

2.3.11

9 years ago

2.3.10

9 years ago

2.3.9

9 years ago

2.3.8

9 years ago

2.3.7

9 years ago

2.3.6

9 years ago

2.3.5

9 years ago

2.3.4

9 years ago

2.3.3

9 years ago

2.3.2

9 years ago

2.3.1

9 years ago

2.3.0

9 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago