BillingSummary
Compact billing summary with semantic usage progress, renewal context, and clear plan-management actions.
Add with shadcn
npx shadcn@latest add https://www.uigrids.com/r/billing-summary.jsonInstall with the CLI
# adds BillingSummary to components/ui with the shadcn CLI
npx shadcn@latest add https://www.uigrids.com/r/billing-summary.jsonOr install the package
// npm install @uigrids/react-ui
import { BillingSummary } from '@uigrids/react-ui'
export default function App() {
return <BillingSummary />
}