diff --git a/NOTE.md b/NOTE.md index b20bcf3..8dcd7c9 100644 --- a/NOTE.md +++ b/NOTE.md @@ -3,15 +3,18 @@ # Basic Components * [x] Typography - * [] Link - fontSize todo + * [x] Link * [x] Button - * [] IconButton + * [x] IconButton * [x] TextButton * [x] Modal * [x] Step * [x] Tooltip * [x] Tag + +# HandWrite Component * Hamburger Menu - 需要手写! +* Captcha Input - 需要找别的组件! # Form Components * Input @@ -22,7 +25,6 @@ * Checkbox * Textarea * Select -* Captcha Input - 需要找别的组件! * Form * FormItem * FormItem with Validate Icon diff --git a/package.json b/package.json index 42911e4..e817499 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { + "@ant-design/icons": "^5.0.1", "@ant-design/static-style-extract": "^1.0.1", "@types/ua-parser-js": "^0.7.36", "antd": "^5.4.4", diff --git a/src/App.tsx b/src/App.tsx index 08326b0..ed12dcd 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,7 +1,9 @@ import React from 'react'; import { BreakpointProvider } from './components/Breakpoint' import { ConfigProvider } from 'antd' -import { Steps } from './components/Steps' +import { Button } from './components/Button' +import Icon from '@ant-design/icons'; +import { ReactComponent as CloseIcon } from './icons/close.svg' const brandPrimary = '#FF5200'; const textPrimary = '#1E1D1F' @@ -89,7 +91,7 @@ function App() { >
iHealth
- +