Skip to content

Commit

Permalink
Docs: add backticks after code block (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
azukiazusa1 authored Oct 18, 2024
1 parent d7fc24f commit 3f0168a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/src/routes/docs/components/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ You can then use `class` or `data-*` attributes inside your Mitosis component to
export default function CSSExample() {
return <div class="my-component" />;
}
```

## `class` vs `className`

Expand Down

0 comments on commit 3f0168a

Please sign in to comment.