Skip to content

Commit

Permalink
chore(designable): add links
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Aug 13, 2021
1 parent 7e9c9cb commit 507bcfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions designable/antd/playground/widgets/ActionsWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export const ActionsWidget = observer(() => {
}, [])
return (
<Space style={{ marginRight: 10 }}>
<Button href="https://designable-fusion.formilyjs.org">
Alibaba Fusion
</Button>
<Radio.Group
value={GlobalRegistry.getDesignerLanguage()}
optionType="button"
Expand Down
1 change: 1 addition & 0 deletions designable/next/playground/widgets/ActionsWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const ActionsWidget = observer(() => {
}, [])
return (
<Space style={{ marginRight: 10 }}>
<Button href="https://designable-antd.formilyjs.org">Ant Design</Button>
<Radio.Group
value={GlobalRegistry.getDesignerLanguage()}
optionType="button"
Expand Down

0 comments on commit 507bcfe

Please sign in to comment.