Skip to content

FeatureRowReversed

To be added

Props

NameTypeDefaultOptions
cTATextstringStay in policy and on budget with proactive policy controls, configurable approvals, and AI-powered reconciliation.
titlestringSet guardrails to prevent overspending
showButtonboolean
variantstringdefaultdefault, centered
showTrailingIconboolean
showLeadingIconboolean
buttonTextstringLearn More
sizeanysmxs, sm, md, xl, lg
purposeanylinkprimary, 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'} />
}