Skip to content

Commit ab2a46e

Browse files
committed
Add Divider
1 parent 7e4028b commit ab2a46e

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 "divider":
50+
Divider()
4951

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

0 commit comments

Comments
 (0)