We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce92fbb commit f8ea1c9Copy full SHA for f8ea1c9
readme.md
@@ -14,7 +14,7 @@ Hyperstack is a Ruby-based DSL and modern web toolkit for building spectacular,
14
All that means you can write simple front-end code like this:
15
16
```ruby
17
-class GoodBooksToRead < Hyperstack::Component
+class GoodBooksToRead < HyperComponent
18
render(UL) do
19
Book.good_books.each do |book|
20
LI { "Read #{book.name}" }.on(:click) { display book } if book.available?
0 commit comments