wix-style-react
Version:
12 lines (10 loc) • 485 B
JavaScript
import React from 'react';
import Radio from '..';
import InfoIcon from '../../InfoIcon';
import { StorybookComponents } from 'wix-storybook-utils/StorybookComponents';
export default () => (
<StorybookComponents.Stack gap="6px">
<Radio label="Add to total at the checkout" checked />
<InfoIcon content="Tax is charged to the customer, it won't be included in the price of your plans. They'll see it added to the price at the checkout." />
</StorybookComponents.Stack>
);