import React from 'react' import { type Meta, type StoryObj } from '@storybook/react' import { Card } from '~components/Card' import { Heading } from '~components/Heading' import { Text } from '~components/Text' import { Divider } from '../index' const meta = { title: 'Components/Divider', component: Divider, args: { variant: 'content', }, } satisfies Meta export default meta type Story = StoryObj export const Playground: Story = { parameters: { docs: { canvas: { sourceState: 'shown', }, }, }, } export const ContentGroup: Story = { render: () => (
Understands people's agenda and perspectives Interpersonal
Anticipates customers needs Self management
Initiates and develops relationships Interpersonal
), }