Skip to content

Commit 79acd10

Browse files
authored
Merge pull request #144 from liveviewnative/shadowfacts/editbutton
2 parents b003a24 + a3ac131 commit 79acd10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/LiveViewNative/BuiltinRegistry.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ struct BuiltinRegistry {
4646
Shape(element: element, context: context, shape: RoundedRectangle(from: element))
4747
case "lvn-link":
4848
Link(element: element, context: context)
49+
case "edit-button":
50+
EditButton()
4951
case "toggle":
5052
Toggle(element: element, context: context)
5153
case "phx-form":

0 commit comments

Comments
 (0)