UNPKG

react-fast-accordion

Version:

High performance 0 dependencies accordion for React

16 lines 274 B
/* src/style.css */ .acc-item { list-style: none; } .acc-item > div:first-of-type > * { pointer-events: none; } .acc-item > div:first-of-type { cursor: pointer; } .acc-content { max-height: 0; opacity: 0; overflow: hidden; } /*# sourceMappingURL=index.css.map */