Skip to content

Commit

Permalink
docs: Update demo with Space (#35172)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Apr 22, 2022
1 parent 3511642 commit f8d7281
Show file tree
Hide file tree
Showing 13 changed files with 1,140 additions and 711 deletions.
7 changes: 5 additions & 2 deletions components/config-provider/demo/theme.md
Expand Up @@ -323,8 +323,11 @@ const FormSizeDemo = () => {
/>
}
>
<a className="ant-dropdown-link" onClick={e => e.preventDefault()}>
Hover me <DownOutlined />
<a onClick={e => e.preventDefault()}>
<Space>
Hover me
<DownOutlined />
</Space>
</a>
</Dropdown>

Expand Down

0 comments on commit f8d7281

Please sign in to comment.