UNPKG
@financial-times/ft-concept-button
Version:
latest (2.0.0)
2.0.0
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
ft concept button (includes the ft follow button)
@financial-times/ft-concept-button
/
stories
/
readme.stories.mdx
12 lines
(8 loc)
•
175 B
text/mdx
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
Meta
,
Markdown
}
from
"@storybook/blocks"
;
import
Readme
from
'../README.md'
;
<
Meta
title
=
"components/ft-concept-button/Readme"
/>
<
Markdown
>
{Readme}
</
Markdown
>