HEX
Server: LiteSpeed
System: Linux server315.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: globfdxw (6114)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/globfdxw/www/wp-content/plugins/give/src/Onboarding/Setup/templates/stories/badges.stories.js
import styles from './src/styles';

import {withA11y} from '@storybook/addon-a11y';

export default {
    title: 'Setup Page/Badges',
    decorators: [withA11y],
};

const Styles =
    `
<style>
  ` +
    styles +
    `
</style>
`;

export const Complete = () =>
    Styles +
    `
<section>
  <header>
    <h2>Complete</h2>
    <span class="badge badge-complete">Complete</span>
  </header>
</section>
`;

export const Review = () =>
    Styles +
    `
<section>
  <header>
    <h2>Review</h2>
    <span class="badge badge-review">5-10 Minutes</span>
  </header>
</section>
`;