Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/home/index_page.cr
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ class Home::IndexPage
```crystal
class Home::IndexPage < MainLayout
def content
# Lucky includes Webpack!
# Lucky includes Bun! You can also use Webpack, Vite, or anything else
# You can enable React or Vue.js support. Then...

# Mount your JavaScript component/app
# Mount your JavaScript component/app to `<MyApp title="MyApp is the best" />`
tag("MyApp", title: "MyApp is the best")

# Optionally render regular HTML for non-interactive elements
Expand Down