Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sumanbiswas7/slick
- Owner: sumanbiswas7
- Created: 2022-12-07T13:36:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T18:59:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T05:32:08.936Z (4 months ago)
- Topics: react, rollup, storybook, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/sumanbiswas-slick
- Size: 3.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```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