File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
packages/docs/content/components/accordion Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -40,3 +40,13 @@ import AccordionAlwaysOpenExampleTS from '!!raw-loader!./examples/AccordionAlway
4040<ExampleSnippet code = { AccordionAlwaysOpenExampleTS } componentName = " React Accordion" >
4141 <AccordionAlwaysOpenExample />
4242</ExampleSnippet >
43+
44+ ## API
45+
46+ Check out the documentation below for a comprehensive guide to all the props you can use with the components mentioned here.
47+
48+ - [ < ; CAccordion /> ; ] ( ./api/#caccordion )
49+ - [ < ; CAccordionBody /> ; ] ( ./api/#caccordionbody )
50+ - [ < ; CAccordionHeader /> ; ] ( ./api/#caccordionheader )
51+ - [ < ; CAccordionItem /> ; ] ( ./api/#caccordionitem )
52+
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ description: Learn how to customize the React Accordion component with CSS class
55route : /components/accordion/
66---
77
8- import CAccordion from ' @coreui/react'
9-
108### CSS class names
119
1210React Accordion comes with built-in class names that make styling super simple. Here’s a quick rundown of what you can use:
You can’t perform that action at this time.
0 commit comments