1.0.2 • Published 1 year ago

cplus-common-library v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago