gcs-library
v0.0.10
Published
React Shared library for Growth Center Solution
Downloads
3
Readme
gcs-library
React Shared library for Growth Center Solution
Install
npm install --save gcs-library
Usage
import React, { Component } from 'react';
import MyComponent from 'gcs-library';
import 'gcs-library/dist/index.css';
class Example extends Component {
render() {
return <MyComponent />;
}
}
License
MIT © sjmasuku