FeatureRowReversed
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 | default | default, centered |
| 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 : Default
Set guardrails to prevent overspending
Stay in policy and on budget with proactive policy controls, configurable approvals, and AI-powered reconciliation.
import { FeatureRowReversed } from '@simplethings/react'
export default () => { return <FeatureRowReversed variant={'default'} />}Variant : Centered
Set guardrails to prevent overspending
Stay in policy and on budget with proactive policy controls, configurable approvals, and AI-powered reconciliation.
import { FeatureRowReversed } from '@simplethings/react'
export default () => { return <FeatureRowReversed variant={'centered'} />}