2.0.22 • Published 8 years ago

apeman-react-field v2.0.22

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

apeman-react-field

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for field components.

Installation

$ npm install apeman-react-field --save

Demo

Live demo is hosted on GitHub Pages.

Demo Image

Usage

'use strict'

import React from 'react'
import {ApField, ApFieldSet, ApFieldLegend, ApFieldLabel, ApFieldValue, ApFieldStyle} from 'apeman-react-field'

import {ApText, ApTextStyle} from 'apeman-react-basic'
import {ApPassword, ApPasswordStyle} from 'apeman-react-basic'

const ExampleComponent = React.createClass({
  render () {
    return (
      <div>
        <ApFieldStyle />
        <ApTextStyle />
        <ApPasswordStyle />
        <ApFieldSet>
          <ApFieldLegend>Login Form</ApFieldLegend>
          <ApField>
            <ApFieldLabel>Username</ApFieldLabel>
            <ApFieldValue><ApText /></ApFieldValue>
          </ApField>
          <ApField>
            <ApFieldLabel>Password</ApFieldLabel>
            <ApFieldValue><ApPassword/></ApFieldValue>
          </ApField>
        </ApFieldSet>
      </div>
    )
  }
})

Components

ApFieldLabel

Props

NameTypeDefaultDescription

ApFieldLegend

Props

NameTypeDefaultDescription

ApFieldSet

Props

NameTypeDefaultDescription

ApFieldStyle

Props

NameTypeDefaultDescription

ApFieldValue

Props

NameTypeDefaultDescription

ApField

Props

NameTypeDefaultDescription

License

This software is released under the MIT License.

Links

2.0.22

8 years ago

2.0.21

8 years ago

2.0.20

9 years ago

2.0.19

9 years ago

2.0.18

9 years ago

2.0.17

9 years ago

2.0.16

9 years ago

2.0.15

9 years ago

2.0.14

9 years ago

2.0.13

9 years ago

2.0.12

9 years ago

2.0.11

9 years ago

2.0.10

9 years ago

2.0.9

9 years ago

2.0.8

9 years ago

2.0.7

9 years ago

2.0.6

9 years ago

2.0.5

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.1.10

9 years ago

1.1.9

9 years ago

1.1.8

9 years ago

1.1.7

9 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

10 years ago