Made with create-ui-library
npm install --save egov-ui-components
import React, { Component } from "react";
import MyComponent from "egov-ui-components";
import "egov-ui-components/dist/index.css";
class Example extends Component {
render() {
return <MyComponent />;
}
}
MIT © abhinav-egov