Skip to content

Commit 812ffc4

Browse files
committed
docs(CAccordion): update content
1 parent 70b462b commit 812ffc4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/docs/content/components/accordion/index.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
- [&lt;CAccordion /&gt;](./api/#caccordion)
49+
- [&lt;CAccordionBody /&gt;](./api/#caccordionbody)
50+
- [&lt;CAccordionHeader /&gt;](./api/#caccordionheader)
51+
- [&lt;CAccordionItem /&gt;](./api/#caccordionitem)
52+

packages/docs/content/components/accordion/styling.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: Learn how to customize the React Accordion component with CSS class
55
route: /components/accordion/
66
---
77

8-
import CAccordion from '@coreui/react'
9-
108
### CSS class names
119

1210
React Accordion comes with built-in class names that make styling super simple. Here’s a quick rundown of what you can use:

0 commit comments

Comments
 (0)