Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: JJ Brosnan <[email protected]>
  • Loading branch information
dgodinez-dh and jjbrosnan authored Dec 9, 2024
1 parent cec0436 commit 5c943b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ui/docs/describing/component_rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Here is the same component written in `deephaven.ui`.
my_component("Hello World", prop1="value1")
```

## Defining your own children and props
## Define your own children and props

To define `children` and `props` for a custom component, add them as arguments to the component function. As a convention, you may declare the children using the `*` symbol to take any number of arguments.

Expand Down

0 comments on commit 5c943b8

Please sign in to comment.