Useful when you need to show two things next to each-other.
rowMainContent
rowAsideContent
import { uiComponent } from '@team-plain/typescript-sdk'; uiComponent.row({ mainContent: [uiComponent.text({ text: 'Membership' })], asideContent: [uiComponent.badge({ label: 'Premium plan', color: 'BLUE' })], });
Was this page helpful?