Skip to content
#

components-library

Here are 147 public repositories matching this topic...

kagol
kagol commented May 9, 2022

What problem does this feature solve

目前的组件class命名不符合规范,需要统一成BEM风格。

可以参考下这个文档:
https://github.com/DevCloudFE/vue-devui/wiki/Vue-DevUI-%E7%BB%84%E4%BB%B6%E5%BA%93%E8%A7%84%E8%8C%83%E6%96%87%E6%A1%A3#6-%E6%A0%B7%E5%BC%8F%E5%91%BD%E5%90%8D%E8%A7%84%E8%8C%83

What does the proposed API look like

具体重构方法可以参考以下文档和现有已经重构好的组件,比如Button、Modal等。

可以参考下这个文档:
https://github.com/DevCloudFE/vue-de

good first issue refactoring
outline
himerus
himerus commented Apr 10, 2022

See https://outline.phase2tech.com/?path=/docs/content-accordion-accordion--accordion

The updated accordion has recently been updated via:

  • #276
  • #277
  • #290
  • #297
  • #299

Now, the heading for each accordion item is a slotted element, rather than forcing an h4 that could fall out of semantic order on the page.

Now, the styles have been redrawn to be the simplest grayscale v

Difficulty: Low Good First Issue Requires Triage READY TO CODE
herrardo
herrardo commented Apr 25, 2022

How can the project be improved?

The BaseResultImage component is able to show an image, but is not ready to show another on hover.

We would like to provide the possibility to show another image on result image hover.

How can this be solved?

Scenario
Given a shopper who is s

enhancement good first issue begginer help wanted

Improve this page

Add a description, image, and links to the components-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the components-library topic, visit your repo's landing page and select "manage topics."

Learn more