> For the complete documentation index, see [llms.txt](https://kb.chrisltd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.chrisltd.com/cheat-sheets/react.md).

# React

### Libraries

styled-bootstrap-grid or [bootstrap-styled](https://bootstrap-styled.github.io/bootstrap-styled/)

styled-components

react-helmet

[react-accessible-accordion](https://github.com/springload/react-accessible-accordion)

react-icons

Slider: [react-slick](https://github.com/akiran/react-slick), and slick-carousel for styles:

```
npm install slick-carousel --save
```

```
import "~slick-carousel/slick/slick.css"; 
import "~slick-carousel/slick/slick-theme.css";
```
