Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 8d786a6

Browse files
author
Barrie Hadfield
committed
renamed component
1 parent 31ac24d commit 8d786a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
H1 { "Components, Stores and Operations" }
2525
P { "A few examples using Hyperloop Components which wrap React, Stores to hold state which is shared between Components and an Operation for mutating the Store's state. Finally, a Clock which demonstrates local state and a callback which triggers every second." }
2626
TypeAlong()
27-
ButtonComponent()
27+
Buttons()
2828
Clock()
2929
end
3030
end
3131
end
3232

33-
class ButtonComponent < Hyperloop::Component
33+
class Buttons < Hyperloop::Component
3434
render(DIV) do
3535
H2 { "Here is a button" }
3636
BUTTON { 'See the value' }.on(:click) do

0 commit comments

Comments
 (0)