Skip to content

Commit

Permalink
showcase custom component with default value
Browse files Browse the repository at this point in the history
  • Loading branch information
rambip committed Dec 28, 2023
1 parent 08a9199 commit 31ef395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/custom_components/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ static MARKDOWN_SOURCE: &str = r#"
## Here are a few counters:
<Counter initial="5"/>
<Counter/>
<Counter initial="a"/>
## Here is a Box:
Expand Down

0 comments on commit 31ef395

Please sign in to comment.