cplus-common-library
v1.0.2
Published
> component library with control validation that is resuable to reactjs environment. Made with create-react-library
Downloads
5
Readme
cplus-common-library
component library with control validation that is resuable to reactjs environment. Made with create-react-library
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