import type { Meta, StoryObj } from '@storybook/web-components-vite'; import { html } from 'lit'; import type { USACollectionElement } from './collection.element.js'; // More on how to set up stories at: https://storybook.js.org/docs/writing-stories const meta = { title: 'usa-collection', tags: ['autodocs'], render() { return html`

Gears of Government President's Award winners

Today, the Administration announces the winners of the Gears of Government President's Award. This program recognizes the contributions of individuals and teams across the federal workforce who make a profound difference in the lives of the American people.
NEW PMA OMB

Gears of Government President's Award winners

Today, the Administration announces the winners of the Gears of Government President's Award. This program recognizes the contributions of individuals and teams across the federal workforce who make a profound difference in the lives of the American people.
NEW PMA OMB

Women-owned small business dashboard

In honor of National Women's Small Business Month, we've partnered with SBA's Office of Government Contracting and Business Development and Office of Program Performance, Analysis, and Evaluation to highlight the Women-Owned Small Businesses (WOSBs) data dashboard!
NEW PMA OMB

Women-owned small business dashboard

In honor of National Women's Small Business Month, we've partnered with SBA's Office of Government Contracting and Business Development and Office of Program Performance, Analysis, and Evaluation to highlight the Women-Owned Small Businesses (WOSBs) data dashboard!
NEW PMA OMB
`; }, argTypes: {}, args: {}, } satisfies Meta; export default meta; type Story = StoryObj; // More on writing stories with args: https://storybook.js.org/docs/writing-stories/args export const Primary: Story = { args: {}, };