Add on - Package & Library

ยท

1 min read

1. React Responsive Carousel Package

๐Ÿ”— Click here for Documentation Link

npm i react-responsive-carousel
import { Carousel } from 'react-responsive-carousel' ;
import 'react-responsive-carousel/lib/styles/carousel.min.css' ;

2. React Router Hash Link

๐Ÿ”— Click here for Documentation Link

npm install --save react-router-hash-link

3. Chakra ui

๐Ÿ”— Click here for Documentation Link

npx create-react-app my-app --template @chakra-ui
ย