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
40
40
<ExampleSnippet code = { AccordionAlwaysOpenExampleTS } componentName = " React Accordion" >
41
41
<AccordionAlwaysOpenExample />
42
42
</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
5
5
route : /components/accordion/
6
6
---
7
7
8
- import CAccordion from ' @coreui/react'
9
-
10
8
### CSS class names
11
9
12
10
React 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