Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.38 KB

File metadata and controls

44 lines (36 loc) · 1.38 KB
title description
Components overview
The components listed here are on our roadmap. Only a few of them are available today.

import {graphql} from 'gatsby'; import {Anchor} from '@twilio-paste/anchor'; import {Heading} from '../../components/Heading.tsx'; import {P} from '../../components/Typography.tsx'; import {ComponentOverviewTable} from '../../components/component-overview-table'; import {Breadcrumb, BreadcrumbItem} from '../../components/breadcrumb';

Home Components

The components listed here are on our roadmap. Only a few of them are available today.

If you’re planning on using an alpha or beta component, please check in with the Paste team through the #help-design-system channel on Slack.

Don't see a component you need listed here? Create an issue on GitHub, and we'll evaluate it. Not all component requests are accepted for the design system. We’ll have guidelines soon for what to do if your component isn’t supported.

export const pageQuery = graphql{ allPasteComponent { edges { node { name version status } } } };