slick-react-ui-components
v1.0.13
Published
react responsive components with form validations and responsiveness
Downloads
33
Maintainers
Readme
slick-react-ui-components
react responsive components with form validations and responsiveness
Install
npm install --save slick-react-ui-components
Usage
import React, { Component } from "react";
import MyComponent from "slick-react-ui-components";
import "slick-react-ui-components/index.css";
class Example extends Component {
render() {
return <MyComponent />;
}
}
License
MIT © RaghavendraNK And Karthik Srinivas