Skip to content

Commit

Permalink
chore(contents): update example (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi authored Apr 28, 2022
1 parent 53a52b2 commit 21e18f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion contents/implementFancyMDX.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,11 @@ Two 🍰 is: {Math.PI * 2}

:::

<Button type="primary">MDX Button</Button>
<Button>MDX Default Button</Button>
<Button type="primary">MDX Primary Button</Button>
<Button type="secondary">MDX Secondary Button</Button>
<Button type="dashed">MDX Dashed Button</Button>
<Button type="text">MDX Text Button</Button>
<Button type="link">MDX Link Button</Button>
<Button type="primary" danger>MDX Danger Button</Button>
<Button type="primary" ghost>MDX Ghost Button</Button>

1 comment on commit 21e18f4

@vercel
Copy link

@vercel vercel bot commented on 21e18f4 Apr 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-git-main-sabertaz.vercel.app
blog-sabertaz.vercel.app
blog.tazimi.dev

Please sign in to comment.