Skip to content

Commit eebb160

Browse files
committed
Add EditButton
1 parent 7e4028b commit eebb160

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

5052
case "phx-form":
5153
PhxForm<R>(element: element, context: context)

0 commit comments

Comments
 (0)