Skip to content

Commit 224ee6e

Browse files
Sqrcztho-dan
andauthored
Feature/custom dropdown classes (#339)
* button class property type fixed * added support for custom classes in dropdown component * .vscode added to .gitignore * fix: triggerClass added to trigger element * trigger button dynamic classes simplified * dropdown documentation updated * aria attributes added to dropdown trigger button * list group content wrapper class fixed * wording fixed in API descriptions * Fixed typos * Make dropdown content longer to better visualize differences between different alignment options --------- Co-authored-by: Daniel Fahl <daniel.fahl@thomann.io>
1 parent ffee350 commit 224ee6e

15 files changed

+951
-707
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jspm_packages/
7474
.vuepress/dist
7575
docs/.vitepress/cache
7676

77+
# VSCode custom configs
78+
.vscode
79+
7780
# Stores VSCode versions used for testing VSCode extensions
7881
.vscode-test
7982

0 commit comments

Comments
 (0)