mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
add test story
This commit is contained in:
parent
bdb606ac71
commit
d20b3c6cfa
14
code/addons/docs/template/stories/docs2/UtfSymbolScroll.mdx
vendored
Normal file
14
code/addons/docs/template/stories/docs2/UtfSymbolScroll.mdx
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
import { Meta } from '@storybook/addon-docs';
|
||||
|
||||
<Meta title="UtfSymbolsScroll" />
|
||||
|
||||
## Instruction
|
||||
|
||||
> Instruction below works only in iframe.html. Unknown code in normal mode (with manager) removes hash from url.
|
||||
|
||||
Click on [link](#anchor-with-utf-symbols-абвг). That will jump scroll to anchor after green block below. Then reload page and
|
||||
it should smooth-scroll to that anchor.
|
||||
|
||||
<div style={{ height: "1500px", background: "green", color: "white" }}>Space for scroll test</div>
|
||||
|
||||
## Anchor with utf symbols (абвг)
|
Loading…
x
Reference in New Issue
Block a user