sumanbiswas-slick
v0.0.5
Published
Component library for react
Downloads
2
Readme
Slick is a React components library that includes a list of React components, ready-to-use, free forever, and with accessibility always in mind. Build functional accessible web applications faster using slick while keeping your project size within bounds. Currently a few components but more adding soon
Installing
$ npm install sumanbiswas-slick
Once the package is installed, you can import any component from the library using import
and use it like below 👇
import { Button } from "sumanbiswas-slick";
function App() {
return (
<>
<h1>Slick component 👇</h1>
<Button label="Settings" />;
</>
);
}
Documentation
📑 Live Page
Go to specific component/docs
to get the documentation of the component