mirror of
https://github.com/primer/css.git
synced 2024-12-25 23:23:47 +03:00
ad358f2087
* 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
12 lines
285 B
Plaintext
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} />
|