FeatureRow
To be added
Props
| Name | Type | Default | Options |
|---|---|---|---|
| cTAText | string | Stay in policy and on budget with proactive policy controls, configurable approvals, and AI-powered reconciliation. | |
| title | string | Set guardrails to prevent overspending | |
| showButton | boolean | ||
| variant | string | alternate | alternate, centeredAlt |
| imageURI | string | ||
| imageAlt | string | Alt Text Missing | |
| showTrailingIcon | boolean | ||
| showLeadingIcon | boolean | ||
| buttonText | string | Learn More | |
| size | any | sm | xs, sm, md, xl, lg |
| purpose | any | link | primary, secondary, soft, link, solid |
Compound Variant API
Variant : Alternate
Set guardrails to prevent overspending
Stay in policy and on budget with proactive policy controls, configurable approvals, and AI-powered reconciliation.
import { FeatureRow } from '@simplethings/react'
export default () => { return <FeatureRow variant={'alternate'} />}Variant : Centered Alt
Set guardrails to prevent overspending
Stay in policy and on budget with proactive policy controls, configurable approvals, and AI-powered reconciliation.
import { FeatureRow } from '@simplethings/react'
export default () => { return <FeatureRow variant={'centeredAlt'} />}