Skip to content

Commit

Permalink
feat: New Components Result (#17244)
Browse files Browse the repository at this point in the history
* New Components Result

antd 又变大了一点

* fix review warning

remove classname "view"

The class name of status hits the outermost layer

* rm fragment

* fix build error

* update snapshot

* add PRESENTED_SVG_DEFAULT

* fix doc

* fix lint

* fix compile error

* fix review warning

* fix react15 error

* add new demo

* remove not required code

* updated snapshot

* api some empty

* change svg to image
  • Loading branch information
chenshuai2144 committed Jun 30, 2019
1 parent 8eceb04 commit 4972383
Show file tree
Hide file tree
Showing 17 changed files with 2,006 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/__tests__/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Array [
"Progress",
"Radio",
"Rate",
"Result",
"Row",
"Select",
"Skeleton",
Expand Down
2 changes: 2 additions & 0 deletions components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ export { default as Radio } from './radio';

export { default as Rate } from './rate';

export { default as Result } from './result';

export { default as Row } from './row';

export { default as Select } from './select';
Expand Down
Loading

0 comments on commit 4972383

Please sign in to comment.