Documentation Index
Fetch the complete documentation index at: https://docs.brikl.co/llms.txt
Use this file to discover all available pages before exploring further.

Overview
Pricing 05 is a marketing pricing section component featuring multiple pricing cards (including a Pro Plan) with a billing toggle that switches between monthly and yearly pricing. It displays plan names, prices, descriptions, feature lists with check icons, and call-to-action buttons. The toggle uses a custom state to dynamically update displayed prices and billing period labels.How to use
States
This component includes conditional states that automatically change its appearance.| State | Trigger | Visual effect |
|---|---|---|
| Monthly Billing | Toggle billing button clicked when yearly is active (custom.radio_item_ is true) | Price reverts to monthly value (e.g. $39) and billing label shows ‘per month’ |
| Yearly Billing | Toggle billing button clicked when monthly is active (custom.radio_item_ is false) | Price updates to yearly value (e.g. $390) and billing label shows ‘per year’ |
| Button Hovered | CTA button is hovered | Button opacity reduces to 90% |
| Button Disabled | CTA button is not clickable | Button opacity reduces to 50% |
These states are handled natively by Bubble and require no additional setup. They will work automatically once the component is pasted into your editor.
Responsive
This component adapts to mobile screens. Font sizes and layout automatically adjust on screens smaller than Bubble’s built-in mobile breakpoint.Workflows
This component includes pre-built workflows.| Trigger | Action |
|---|---|
| GP - Toggle Billing button clicked (when custom.radio_item_ is false) | Sets custom state ‘custom.radio_item_’ on element bTZRv to true, switching to yearly billing view |
| GP - Toggle Billing button clicked (when custom.radio_item_ is true) | Sets custom state ‘custom.radio_item_’ on element bTZRv to false, switching back to monthly billing view |
These workflows are included when you use the Copy with Workflows option in the Brikl panel.
Requirements
| License | Starter plan required |
| Plugins | None |
| Custom code | Not required |
Platforms
| Platform | Supported |
|---|---|
| Web | ✅ |
| Mobile | ❌ |
License
This component requires a Starter plan.
