Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add components examples in README.md files - Part 2 #8338

Merged
merged 42 commits into from
Aug 8, 2018
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
9fda0fd
Components examples: Modal
mmtr Jul 31, 2018
3296d11
Components examples: Modal
mmtr Aug 2, 2018
1d6ad3e
Components examples assigned to const variables
mmtr Aug 2, 2018
b3dcc26
Components examples: Notice
mmtr Aug 3, 2018
e298099
Components examples: Panel
mmtr Aug 3, 2018
abe9a02
Components examples: Placeholder
mmtr Aug 3, 2018
68d9457
Components examples: Popover
mmtr Aug 3, 2018
e7c21e5
Components examples: QueryControls
mmtr Aug 3, 2018
48de4b4
Components examples: RadioControl
mmtr Aug 3, 2018
d764061
Components examples: RangeControl
mmtr Aug 3, 2018
183c7d1
Components examples: ResponsiveWrapper
mmtr Aug 3, 2018
0239415
Components examples: SandBox
mmtr Aug 3, 2018
6b2c8b2
Components examples: ScrollLock
mmtr Aug 3, 2018
308eefd
Components examples: SelectControl
mmtr Aug 3, 2018
32dafc0
Components examples: ServerSideRender
mmtr Aug 4, 2018
201ff80
Add metadata using YAML front matter so examples can be extracted
mmtr Aug 4, 2018
40d1d44
Add metadata using YAML front matter so examples can be extracted
mmtr Aug 4, 2018
f1debb9
Remove YAML front matter
mmtr Aug 4, 2018
04c2649
Components examples: SlotFill
mmtr Aug 4, 2018
f52ff8d
Components examples: Spinner
mmtr Aug 4, 2018
7cf6f08
Components examples: TabPanel
mmtr Aug 4, 2018
b541266
Components examples: TextControl
mmtr Aug 4, 2018
81ef947
Components examples: TextareaControl
mmtr Aug 4, 2018
5984848
Components examples: ToggleControl
mmtr Aug 4, 2018
aacb094
Components examples: Toolbar
mmtr Aug 4, 2018
2a75f76
Components examples: Tooltip
mmtr Aug 4, 2018
cb4d859
Components examples: TreeSelect
mmtr Aug 4, 2018
a0aca61
Components examples: NavigableContainer
mmtr Aug 4, 2018
e7f85bb
Components examples: navigateRegions
mmtr Aug 4, 2018
6bc6fbc
Components examples: withConstrainedTabbing
mmtr Aug 4, 2018
2b7c999
Components examples: withContext
mmtr Aug 4, 2018
4c387ce
Components examples: withFallbackStyles
mmtr Aug 4, 2018
9394810
Components examples: withFilters
mmtr Aug 4, 2018
0b0bba5
Components examples: withFocusOutside
mmtr Aug 4, 2018
8d5c451
Components examples: withFocusReturn
mmtr Aug 4, 2018
ed573aa
Components examples: withNotices
mmtr Aug 4, 2018
9a94a5b
Components examples: withSpokenMessages
mmtr Aug 4, 2018
89f0c1b
Components examples: withAPIData
mmtr Aug 5, 2018
5471769
Contributing guidelines for the components
mmtr Aug 5, 2018
c2e20b0
Contributing guidelines for the components
mmtr Aug 5, 2018
1d93a3b
Contributing guidelines for the components
mmtr Aug 5, 2018
33cbfae
Add dummy attributes to ServerSideRender example
mmtr Aug 6, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Components examples: Modal
  • Loading branch information
mmtr committed Aug 6, 2018
commit 9fda0fdc79aa8e634d6cbc5ee7f84bcb4e274c07
2 changes: 1 addition & 1 deletion packages/components/src/modal/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Modal
=======
=====

The modal is used to create an accessible modal over an application.

Expand Down