0.0.5 ā€¢ Published 1 year ago

sumanbiswas-slick v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago