Install Framer Component
Install the Axle plugin from the Framer Marketplace and add it to your project.
Install from the Marketplace
The easiest way to install Axle is directly from the Framer Marketplace:
- Visit the Axle plugin page on the Framer Marketplace
- Click Open Plugin to add it to your Framer project
Alternatively, search within Framer:
- Open your Framer project
- Press Cmd+K (Mac) or Ctrl+K (Windows/Linux) to open the search menu
- Type "Axle" to find the plugin
- Click on Axle from the results
Add the AxleButton component
Once installed, add the payment button to your page:
- Open the Assets panel (left sidebar)
- Search for "AxleButton"
- Drag it onto your canvas
The component is now on your page and ready to configure.
Configure the button
Click on the AxleButton to open its properties panel. You'll see these key settings:
Product Title
The name of what you're selling (e.g., "Premium Course", "Donation", "E-book")
Amount
The price in decimal format (e.g., 10.00 for $10, 99.99 for $99.99)
Currency
Choose from USD, EUR, GBP, JPY, or INR
Button Text
The text displayed on the button (e.g., "Buy Now", "Donate", "Get Started")
Axle Form
Enable to show a form overlay before checkout. When enabled, you get access to:
- Quantity Selector — Choose Inline or Stepper mode to let customers pick a quantity
- Max Quantity — Limit orders per checkout (default 99)
- Footer Badge — "Secured by Stripe" trust badge below the submit button
- Form Fields — Up to 10 custom fields for collecting customer data
You can customize the full appearance using the Button Styling and Form Styling property groups — see Property Reference for all options.
Make sure you've already added the head snippet to your Framer site before publishing. The component needs this script to connect to your Axle account.
Preview and publish
- Click Preview to test your component on your site
- Try clicking the button to see the payment flow
- When you're ready, click Publish to make it live
Your button is now accepting payments from your customers!
You can also insert the AxleButton and manage your account directly from the Framer plugin. See Plugin Setup.
Next steps
Learn how to complete your first payment and verify everything is working correctly.