moxystudio / react-carousel

A React carousel component that aims to be as flexible as possible
MIT License
14 stars 3 forks source link

Document all class names #1

Closed zebateira closed 4 years ago

zebateira commented 4 years ago

It's really useful to see the classnames in the docs instead of having to poke around the devtools for the rendered dom to check this.

jgradim commented 4 years ago

There is a section that explains the rendered DOM structure with the default applied classes: https://github.com/moxystudio/react-carousel#html-structure

Is this what you meant?

zebateira commented 4 years ago

@jgradim ah that works yeah 👍 will close this.