1
1
mirror of https://github.com/primer/css.git synced 2024-12-25 23:23:47 +03:00
css/docs/stories/deprecated-components/BranchName/BranchName.mdx
Katie Langerman ad358f2087
Remove Gatsby docs site (#2484)
* upgrade

* add all stories

* new directory

* move back to docs

* remove from root

* cleanup

* try node 16

* adjust build script

* try to fix build

* try node 16

* maybe?

* please

* bye gatsby

* fix button story

* add info banner

* add missing marketing docs
2023-07-13 15:14:44 -07:00

12 lines
285 B
Plaintext

import {Canvas, Meta, Story} from '@storybook/blocks'
import * as BranchNameStories from './BranchName.stories'
<Meta of={BranchNameStories} />
# BranchName
Branch names can be a link, span, and include an octicon before the branch name.
<Canvas of={BranchNameStories.Default} />