mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* feat(components): [avatar-group] new component * feat: update * feat: update * feat: update * docs: add an example * refactor: remove unnecessary computed * refactor: extract props to avatar-group-props * feat: update * fix: handle the rendering issue of hiddenAvatars * style: use inline-flex instead of flex * test: update test case * docs: update the default values of size and shape * refactor: apply rabbit comment * refactor: apply rabbit comment * chore: update description * style: use getCssVar * style: css variables take effect on collapse-avatars
4 lines
156 B
TypeScript
4 lines
156 B
TypeScript
import '@element-plus/components/base/style/css'
|
|
import '@element-plus/theme-chalk/el-avatar-group.css'
|
|
import '@element-plus/components/tooltip/style/css'
|