Skip to content

Commit

Permalink
docs: Updating examples for consistency (#378)
Browse files Browse the repository at this point in the history
- Adding some more basic examples, adding only one concept with each
example
- Start with a couple one-liners, show core concepts one at a time first
- Update all `import deephaven.ui as ui` to `from deephaven import ui`
- Clean up a lot of examples
- Fixes #341
- Next I think we _need_ a Components section that just details each
component. Like copy over what we have with DESIGN.md, add an example.
Would only be the things that have been implemented, while DESIGN.md has
the full spec.
- There are a few links to React Spectrum components, when instead we
should just link our own Components section

---------

Co-authored-by: margaretkennedy <[email protected]>
  • Loading branch information
mofojed and margaretkennedy authored Apr 2, 2024
1 parent ff4b097 commit 6292b3a
Show file tree
Hide file tree
Showing 17 changed files with 236 additions and 153 deletions.
389 changes: 236 additions & 153 deletions plugins/ui/examples/README.md

Large diffs are not rendered by default.

Binary file added plugins/ui/examples/assets/button_events.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/ui/examples/assets/checkbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/ui/examples/assets/counter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed plugins/ui/examples/assets/events.png
Binary file not shown.
Binary file added plugins/ui/examples/assets/foo_bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/ui/examples/assets/form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/ui/examples/assets/form_submit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/ui/examples/assets/handling_events.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/ui/examples/assets/hello_world.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/ui/examples/assets/picker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/ui/examples/assets/range_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/ui/examples/assets/shared_state.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/ui/examples/assets/stock_widget_table_invalid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/ui/examples/assets/stock_widget_table_valid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/ui/examples/assets/text_field.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/ui/examples/assets/text_filter_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6292b3a

Please sign in to comment.