Skip to content

Commit

Permalink
feat(Ellipsis): move Ellipsis out of experimental components
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed May 27, 2022
1 parent 9834d05 commit 3c05796
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const components = {
'/components/avatar',
'/components/card',
'/components/collapse',
'/components/ellipsis',
'/components/floating-panel',
'/components/image',
'/components/image-viewer',
Expand Down Expand Up @@ -73,7 +74,6 @@ export const components = {
'/guide/what-is-experimental',
'/components/calendar',
'/components/dropdown',
'/components/ellipsis',
'/components/floating-bubble',
'/components/image-uploader',
'/components/number-keyboard',
Expand Down
2 changes: 1 addition & 1 deletion src/components/ellipsis/index.en.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ellipsis <Experimental></Experimental>
# Ellipsis

When the display space is not enough, hide some content and replace it with "...".

Expand Down
2 changes: 1 addition & 1 deletion src/components/ellipsis/index.zh.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ellipsis 文本省略 <Experimental></Experimental>
# Ellipsis 文本省略

展示空间不足时,隐去部分内容并用“...”替代。

Expand Down

0 comments on commit 3c05796

Please sign in to comment.