playbook_ui_docs 13.26.0.pre.alpha.PBNTR291Dropdownrailsv22840 → 13.26.0.pre.alpha.jasoncypretpatch12816
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.md +3 -3
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete.jsx +1 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_and_custom_display.jsx +1 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.jsx +1 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/example.yml +2 -9
- data/dist/playbook-doc.js +5 -5
- metadata +2 -9
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default.html.erb +0 -10
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.html.erb +0 -17
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.html.erb +0 -60
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_options.html.erb +0 -45
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_padding.html.erb +0 -17
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_trigger.html.erb +0 -47
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_label.html.erb +0 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2be0251532d71fb0402b107252d3818b122247738d4bfbcbb68558d4320ad013
|
4
|
+
data.tar.gz: d3e19bed048013811a120206d33d6943f619f249c166b254b933c89485d1a2a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85f07927b4c3ca3c986607d611d2b42792a8bf8957e07a97dd81f6874a1d73e5c57abab872cea0e5d56e1640c2be1c8fecca6ae2e23f8539def1e6013a41f879
|
7
|
+
data.tar.gz: 06ae83f2925fae90507f807f3f35896df67fe3322c4ecf2ecda070ac450cc233df41930908bb5886a433dad02159f0e9d76386af6828441b51169c4aa88e089b
|
@@ -1,7 +1,7 @@
|
|
1
1
|
The dropdown comes with the following subcomponents that can be used to achieve various levels of customization:
|
2
2
|
|
3
|
-
`Dropdown. Trigger`
|
4
|
-
`Dropdown.Container
|
5
|
-
`Dropdown.Option`
|
3
|
+
`Dropdown. Trigger`
|
4
|
+
`Dropdown.Container`
|
5
|
+
`Dropdown.Option`
|
6
6
|
|
7
7
|
See the code snippet below for a visual on how to use the kit with subcomponents. Each subcomponent allows for GlobalProps in addition to any subcomponent specfic props.
|
@@ -1,13 +1,6 @@
|
|
1
1
|
examples:
|
2
|
-
|
3
|
-
|
4
|
-
- dropdown_subcomponent_structure: Subcomponent Structure
|
5
|
-
- dropdown_with_label: With Label
|
6
|
-
- dropdown_with_custom_options: Custom Options
|
7
|
-
- dropdown_with_custom_display: Custom Display
|
8
|
-
- dropdown_with_custom_trigger: Custom Trigger
|
9
|
-
- dropdown_with_custom_padding: Custom Padding for Dropdown Options
|
10
|
-
|
2
|
+
|
3
|
+
|
11
4
|
react:
|
12
5
|
- dropdown_default: Default
|
13
6
|
- dropdown_subcomponent_structure: Subcomponent Structure
|