feat(Accordion): new component (#301)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Haytham A. Salama
2023-06-27 22:54:05 +03:00
committed by GitHub
parent 0bfe4b01bd
commit e50f377b94
12 changed files with 541 additions and 6 deletions

View File

@@ -0,0 +1,21 @@
---
github: true
description: Display an icon from Iconify library.
---
## Usage
::component-card
---
props:
name: 'i-heroicons-light-bulb'
---
::
::alert{icon="i-heroicons-exclamation-triangle"}
When playing with the `name` prop above, you won't be able to use any icon you want as icons are bundled on build as explained in the [theming section](/getting-started/theming#icons).
::
## Props
:component-props