1.0.2 • Published 3 years ago

cplus-common-library v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

cplus-common-library

component library with control validation that is resuable to reactjs environment. Made with create-react-library

NPM JavaScript Style Guide

Install

npm install cplus-common-library

Usage

import React, { Component } from 'react';
import { TextField } from 'cplus-common-library';
import 'cplus-common-library/dist/esm/index.css';

class Example extends Component {
  render() {
    return (
      <TextField
        value=""
        isHalfWidth
        onChange={() => console.log('TextField Onchange')}
        texts={{
          hint: 'Good: className, bad: CLASS-NAME',
        }}
      />
    );
  }
}

License

MIT © TCAP-SG

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago