Skip to content

Commit 711e94d

Browse files
committed
docs(blocks): SelectDropdown
1 parent a6ecf18 commit 711e94d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

apps/docs/content/_blocks/SelectDropdown.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Select Dropdown with preselected option.
2525
::react-only
2626
<<<../../preview/next/pages/showcases/SelectDropdown/SelectDropdownPreselected.tsx
2727
::
28+
::qwik-only
29+
<<<../../../website/src/routes/showcases/SelectDropdown/SelectDropdownPreselected/index.tsx
30+
::
2831

2932
</Showcase>
3033

@@ -39,6 +42,9 @@ Adding placeholder might be helpful and informative for end users.
3942
::react-only
4043
<<<../../preview/next/pages/showcases/SelectDropdown/SelectDropdownWithPlaceholder.tsx
4144
::
45+
::qwik-only
46+
<<<../../../website/src/routes/showcases/SelectDropdown/SelectDropdownWithPlaceholder/index.tsx
47+
::
4248
</Showcase>
4349

4450
## Invalid state
@@ -53,6 +59,9 @@ Provide visual cues for end users to indicate occuring error.
5359
::react-only
5460
<<<../../preview/next/pages/showcases/SelectDropdown/SelectDropdownError.tsx
5561
::
62+
::qwik-only
63+
<<<../../../website/src/routes/showcases/SelectDropdown/SelectDropdownError/index.tsx
64+
::
5665

5766
</Showcase>
5867

@@ -68,5 +77,8 @@ Differentiate disabled state to smooth UX experience. In such case, keyboard nav
6877
::react-only
6978
<<<../../preview/next/pages/showcases/SelectDropdown/SelectDropdownDisabled.tsx
7079
::
80+
::qwik-only
81+
<<<../../../website/src/routes/showcases/SelectDropdown/SelectDropdownDisabled/index.tsx
82+
::
7183

7284
</Showcase>

0 commit comments

Comments
 (0)