Skip to content
#

ui-design

Here are 765 public repositories matching this topic...

swiftech
swiftech commented Feb 9, 2020

export by "Clickable Prototype HTML template" , but actually nothing in the result HTML pages is clickable. Check the source code of the page, each page in Pencil was exported as an image, apparently it is un-clickable for any widgets in the page.

  • Operating system: macOS Catalina 10.15.3
  • Pencil version: 3.1.0
zhuangyonglei
zhuangyonglei commented Aug 31, 2019

问题描述
AtLoadMore组件按需引入使用时缺少样式引入,导致loading图标不显示。

复现步骤

按照官方文档,该组件需引入以下样式,
@import "~taro-ui/dist/style/components/load-more.scss";
@import "~taro-ui/dist/style/components/activity-indicator.scss";
@import "~taro-ui/dist/style/components/button.scss";
引入后,loading图标不显示,其它正常。

增加引入@import "~taro-ui/dist/style/components/loading.scss",
后,正常显示。
请官方人员修改组件的结构,达到无需引入loading.scss即可使

will-shaw
will-shaw commented Nov 1, 2019

Description

All Popovers in the page re-render on document clicked, even if none are visible.
Should only render Popovers which are open and have a true state change.

Reproduce Steps

  1. Wrap a button with a Popover
  2. In React DevTools enable the Highlight updates when components render option.
  3. Click anywhere in the page and watch the button be re-rendered, regardles of
Music-Player-GO
chrisbarth01
chrisbarth01 commented Apr 19, 2019

Components

The component I want to suggest is an inbuilt equalizer for Music Player Go app

Proposal Description

An equalizer which is an electronic equipment that reduces frequency distortion is a necessary component in a music player application. This component allows users to adjust the music to whatever way they want it; rock, jazz, bass blast, etc. A music player without this

Improve this page

Add a description, image, and links to the ui-design 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 ui-design topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.