Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
loomchild committed Dec 7, 2024
1 parent eb1fabd commit a81e688
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Thanks to Hotwire, it's now possible to build sophisticated server-rendered user

With Theo, you can render a partial using HTML-like syntax:
```html
<_button size="large" label%="label" primary% />
<_button size="large" label%="label" />
```

> [!IMPORTANT]
> For rendering partials, you can also use PascalCase, for example:
> For rendering partials, you can also use PascalCase:
> ```html
> <Button size="large" label%="label" primary% />
> <Button size="large" label%="label" />
> ```
Expand Down

0 comments on commit a81e688

Please sign in to comment.