Skip to content

Commit 9c2efd2

Browse files
Auto-update API lists and context files
1 parent c5e2554 commit 9c2efd2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/apilist.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,12 @@
204204
- `def PicSumImg(h, w, id, grayscale, blur, **kwargs)`
205205
Creates a placeholder image using https://picsum.photos/
206206

207+
- `def AccordionItem(title, *c)`
208+
Creates a single item for use within an Accordion component, handling title, content, and open state.
209+
210+
- `def Accordion(*c, **kwargs)`
211+
Creates a styled Accordion container using accordion component.
212+
207213
- `class ButtonT(Enum)`
208214
Options for styling Buttons
209215
Members: default, ghost, primary, secondary, destructive, text, link, xs, sm, lg, xl, icon

0 commit comments

Comments
 (0)