Skip to content

Commit

Permalink
feat(dropdown): add dropdown icon integration (#971)
Browse files Browse the repository at this point in the history
Signed-off-by: Erbil <[email protected]>
Co-authored-by: Erbil Nas <[email protected]>
  • Loading branch information
erbilnas and Erbil Nas authored Dec 23, 2024
1 parent 8beac07 commit 63e0bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dropdown/docs/ADR/icon-implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ interface DropdownButtonProps {
- Additional documentation and maintenance required

## Examples
```vue
```typescript
<bl-dropdown icon="info">Dropdown with Info Icon</bl-dropdown>
<bl-dropdown icon="heart">Dropdown with Heart Icon</bl-dropdown>
<bl-dropdown icon="user">Dropdown with User Icon</bl-dropdown>
Expand Down

0 comments on commit 63e0bcc

Please sign in to comment.