-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new yaml added to md files, new parent md files added, see phetsims/b…
- Loading branch information
Showing
10 changed files
with
71 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Horizontal Slider | ||
category: slider | ||
--- | ||
|
||
### Information specific to the HSlider Type |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Other UI Components | ||
category: other-ui | ||
parent: true | ||
components: [ AccordionBox, Checkbox, ComboBox, RadioButtonGroup ] | ||
--- | ||
|
||
Here's the general information about the misc. UI components listed below. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Push Buttons | ||
category: push-buttons | ||
parent: true | ||
components: [ RoundPushButton, RectangularPushButton, HTMLPushButton ] | ||
--- | ||
|
||
Common info or all push buttons. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Sliders | ||
components: [ HSlider, FrequencySlider, WavelengthSlider ] | ||
accessible-patterns: AccessibleSlider | ||
parent: true | ||
category: sliders | ||
--- | ||
|
||
Here's some great information about sliders. | ||
|
||
Here are our subtypes: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Toggle Buttons | ||
parent: true | ||
category: toggle-buttons | ||
components: [ RoundStickyToggleButton, RectangularStickyToggleButton ] | ||
--- | ||
|
||
General information about the PhET Toggle buttons. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
### AccessibleSlider | ||
--- | ||
title: Accessible Slider | ||
category: slider | ||
--- | ||
|
||
This markdown will describe the accessible interaction of PhET's "slider-like" elements. |