Skip to content

Commit

Permalink
Document Menu component.
Browse files Browse the repository at this point in the history
  • Loading branch information
svara committed Sep 13, 2023
1 parent fa853d1 commit 8b559f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Demo/Strada/MenuComponent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import Foundation
import Strada
import UIKit

/// Bridge component to display a native bottom sheet menu,
/// which will send the selected index of the tapped menu item back to the web.
final class MenuComponent: BridgeComponent {
override class var name: String { "menu" }

Expand Down

0 comments on commit 8b559f7

Please sign in to comment.