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

[docs] refactor content to focus on React usage #2574

Merged
merged 68 commits into from
Jun 18, 2018
Merged
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
84b24ed
Button: collapse css examples
Jun 3, 2018
88d7eef
Callout + intent docs
Jun 3, 2018
7c84f9b
Progress bar
Jun 3, 2018
a97ed98
Skeleton, Spinner , Table
Jun 3, 2018
ade11f7
add new buttons example
Jun 3, 2018
81ae9ad
breadcrumbs docs
Jun 6, 2018
e32f5a3
button groups docs
Jun 6, 2018
56bdc97
card docs
Jun 6, 2018
c7eae76
collapse docs
Jun 6, 2018
c10b97d
collapsible list docs
Jun 6, 2018
8895038
editable text docs
Jun 6, 2018
9d3c39a
more collapsible list
Jun 6, 2018
ae43f5e
more card
Jun 6, 2018
7e378a7
remove button group code block
Jun 6, 2018
efb12d7
comments
Jun 6, 2018
42f4698
navbar docs
Jun 6, 2018
485f01d
hotkeys docs
Jun 6, 2018
f0fcefb
icon docs
Jun 6, 2018
3a45a6b
menu docs
Jun 6, 2018
54b08e9
alert docs
Jun 7, 2018
250e96f
fix collapsible separators
Jun 7, 2018
62a1a74
context menu docs
Jun 7, 2018
b81708a
dialog docs
Jun 7, 2018
6b543e4
editable text fixes
Jun 7, 2018
ad47dc0
label docs
Jun 7, 2018
5c9a9b2
navbar docs
Jun 7, 2018
291fc00
non ideal state docs
Jun 7, 2018
d343b19
add props heading to overflow list
Jun 7, 2018
3d9bde3
overlay docs
Jun 7, 2018
a783fff
popover docs
Jun 7, 2018
de75a53
portal docs
Jun 7, 2018
5110042
tabs docs
Jun 7, 2018
24048ec
tag docs
Jun 7, 2018
7cbe942
text docs
Jun 7, 2018
cfd897a
toast docs
Jun 7, 2018
4674b0f
tooltip docs
Jun 7, 2018
150ff2a
tree docs
Jun 7, 2018
a7149f7
context menu usage
Jun 7, 2018
d2864dc
wrong tick
Jun 7, 2018
010deea
CSS -> Style
Jun 7, 2018
9eee697
move portal props down
Jun 8, 2018
d7a2ea9
tabs props
Jun 8, 2018
8fc3962
text update
Jun 8, 2018
700573a
merge minimal tag CSS docs
Jun 8, 2018
4e2cf4a
Merge branch 'develop' into gg/docs-rewrite
giladgray Jun 8, 2018
e53a8c1
Merge branch 'develop' of github.com:palantir/blueprint into gg/docs-…
Jun 13, 2018
bf7ab8b
card polish
Jun 13, 2018
2e30276
CollapsibleList polish
Jun 13, 2018
350495b
EditableText polish
Jun 13, 2018
433bd8a
Icon polish
Jun 13, 2018
19323a1
Menu polish
Jun 13, 2018
7a441ca
Spinner polish
Jun 13, 2018
5f97289
Navbar polish
Jun 13, 2018
f638e8c
NIS polish
Jun 13, 2018
e973f94
Progress Bar, Table HTML, Tag, Tree polish
Jun 13, 2018
7445031
Spinner polish (remove CSS)
Jun 13, 2018
31577f2
Tabs polish
Jun 13, 2018
e604814
all Overlays polish
Jun 13, 2018
e346900
singular component page titles
Jun 13, 2018
c930adb
[docs] improve button-group docs (#2594)
giladgray Jun 13, 2018
ff3686e
[docs] refactor datetime docs to focus on React usage (#2596)
giladgray Jun 18, 2018
9a72afd
[docs] refactor forms docs (#2600)
giladgray Jun 18, 2018
49efb7e
Merge branch 'develop' of github.com:palantir/blueprint into gg/docs-…
Jun 18, 2018
52e4f3c
edits
Jun 18, 2018
4b89911
tag-input add note about newlines, wrap lines
Jun 18, 2018
156b9b8
FileInput docs
Jun 18, 2018
2912c95
checkbox etc docs
Jun 18, 2018
094af73
resolve forms nav: Form controls & Form inputs sections
Jun 18, 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
Prev Previous commit
Next Next commit
context menu docs
  • Loading branch information
Antoine Llorca committed Jun 7, 2018
commit 62a1a744f4c521a8d6b57a18043660a58c90ee02
10 changes: 2 additions & 8 deletions packages/core/src/components/context-menu/context-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ You can create context menus in either of the following ways:

@reactExample ContextMenuExample

@## Decorator API

The `ContextMenuTarget` decorator is available in the __@blueprintjs/core__ package.
Make sure to review the [getting started docs for installation info](#blueprint/getting-started).
@## Decorator

The `@ContextMenuTarget` [class decorator][ts-decorator] can be applied to any `React.Component`
class that meets the following requirements:
Expand Down Expand Up @@ -63,10 +60,7 @@ class RightClickMe extends React.Component<{}, {}> {
[ts-decorator]: https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Decorators.md
[wiki-cm]: https://en.wikipedia.org/wiki/Context_menu

@## Imperative API

The `ContextMenu` component is available in the __@blueprintjs/core__ package.
Make sure to review the [getting started docs for installation info](#blueprint/getting-started).
@## Imperative

The imperative API provides a single static `ContextMenu` object, enforcing the principle that only
one context menu can be open at a time.
Expand Down