apeman-react-text

apeman react package for text component.

Usage no npm install needed!

<script type="module">
  import apemanReactText from 'https://cdn.skypack.dev/apeman-react-text';
</script>

README

apeman-react-text

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for text component.

Installation

$ npm install apeman-react-text --save

Demo

Live demo is hosted on GitHub Pages.

Demo Image

Usage

'use strict'

import React from 'react'
import {ApText, ApTextStyle} from 'apeman-react-text'

const ExampleComponent = React.createClass({
  render() {
    return (
      <div>
        <ApTextStyle />
        <ApText name="username"
                value="AIUEO"
                onChange={ (e) => console.log(e.target.value) }
        />
      </div>
    )
  }
})

Components

ApTextStyle

Props

Name Type Default Description

ApText

Props

Name Type Default Description

License

This software is released under the MIT License.

Links