Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sumanbiswas7/slick

React component library, 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.
https://github.com/sumanbiswas7/slick

react rollup storybook typescript

Last synced: 20 days ago
JSON representation

React component library, 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.

Awesome Lists containing this project

README

        




Slick.png

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

```shell
$ npm install sumanbiswas-slick
```

Once the package is installed, you can import any component from the library using `import` and use it like below 👇

```js
import { Button } from "sumanbiswas-slick";

function App() {
return (
<>

Slick component 👇


;
>
);
}
```

## Documentation

📑 [Live Page](https://sumanbiswas-slick.netlify.app/)
Go to specific `component/docs` to get the documentation of the component