Function Pay

Source
pub fn Pay(_: PayProps) -> Element
Expand description

Payment component

Implements a product catalog interface where users can select items to purchase, with a running total and order summary. Supports multiple products with individual quantity selection.

ยงProps

For details, see the props struct definition.