Add an example

This commit is contained in:
Ben Ogle
2014-11-13 18:05:01 -08:00
parent ed9c62f883
commit 14a20147c6

View File

@@ -193,7 +193,7 @@ class CommandPaletteView extends SelectListView
@panel?.hide()
```
See the [SelectListView docs][SelectListView] for all the options.
See the [SelectListView docs][SelectListView] for all the options. And check out the [conversion of CommandPaletteView][selectlistview-example] as a real-world example.
## Specs
@@ -203,3 +203,4 @@ TODO: come up with patterns for converting away from using `workspaceView` and `
[texteditorview]:https://github.com/atom/atom-space-pen-views#texteditorview
[scrollview]:https://github.com/atom/atom-space-pen-views#scrollview
[selectlistview]:https://github.com/atom/atom-space-pen-views#selectlistview
[selectlistview-example]:https://github.com/atom/command-palette/pull/19/files