@hautechai/webui.price
v2.1.11
Published
Formatted display component for pricing information with price value and billing period.
Downloads
153
Readme
Price
Purpose
Formatted display component for pricing information with price value and billing period.
Installation
# pnpm (recommended)
pnpm add @hautechai/webui.price
# npm
npm install @hautechai/webui.price
# yarn
yarn add @hautechai/webui.priceParameters
| Parameter | Type | Description | | --------- | ------ | ---------------------------------------------------------------- | | price | string | Required price value text (e.g., "$29.99", "Free") | | period | string | Required billing period text (e.g., "month", "year", "one-time") |
Usage Example
<Price price="$29.99" period="month" />