ui-design
Here are 850 public repositories matching this topic...
-
Updated
Jun 12, 2020 - JavaScript
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.4.10
Environment
Chrome stable v79.0.3945.79
Reproduction link
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
Hello.
I am big fan of iview UI Toolkit and interested in a mobile friendly version of it, which as far as i can tell is this project. Is there any progress in translating everything to English?
Great work in general. Congratulations.
Issue type: feature
I found the https://github.com/arcticicestudio/nord-docs to be the best looking documentation site built with Gatsby.
It would be great to have it as a Gatsby Theme for reuse.
问题描述
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即可使
Description
版本
"element-react": "^1.4.33",
"element-theme-default": "^1.4.13",
Dialog,Message,Message box 组件会自动关闭 但是在IE浏览器下不会自动关闭
Dialog 对话框 设置 弹框关闭
this.state = {
dialogVisible: false
};
(可直接将官网在ie11浏览器打开测试https://elemefe.github.io/element-react/#/zh-CN/message-box 点击关闭无效)
在IE下 第一次不会关闭(背景蒙版消失了,但是弹框还在),需要再点击一次才会关闭
在EDGE浏览器关闭但是会闪一下!
这个bug 和 [#891 ]
Currently on "mouse up" the v-input-number is incremented once.
If you press and keep holding the mouse in pressed state, the increment / decrement should continue as long as the mouse is kept pressing. The increment / decrement should start on "mouse down" and stop on "mouse up".
Sampler Graphics
We need some good graphics for the main sampler screen. This is where you can do rudimentary editing of the samples that are played in the sequencer.
There are two screens. The main screen with the controls:
- Volume (this one may be changed later)
- Speed (Playspeed. The sample also pitches up or down)
- Filter (in the middle the sound is unchanged, away from center it engages either hi-pass
-
Updated
Nov 8, 2019 - Swift
Environment
Windows 10 version 1909, Google Chrome Version 80.0.3987.132, Vue version 2.6.11
Reproduction link
https://jsfiddle.net/shankanb/q53r9bnx/10/
Steps to reproduce
- Keep cycling through the carousel items
- When the carousel wraps back to the first item
- Table content collapses
- Repeat step 1 and 2 again. Table r
-
Updated
Jan 10, 2020 - JavaScript
-
Updated
May 19, 2020 - Vim script
-
Updated
Jul 2, 2019 - Java
-
Updated
Dec 11, 2015 - JavaScript
Why is Padding behavior creating a fix width + fix height on the group?
This is kind of stupid. Wanting a padded symbol doesn't mean we want it fixed size.
Or am I missing something? I'm having a headache using this feature.
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
Jun 3, 2019
-
Updated
Feb 11, 2017 - Java
-
Updated
Jun 11, 2020 - Objective-C
login_challenge.dart
Emulator display overflow image when text field get focus because keyboard shows.
Wrap with SingleChildScrollView seems fix the problem
Thanks
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
Improve this page
Add a description, image, and links to the ui-design topic page so that developers can more easily learn about it.
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."


Environment
Mac OS 10.15.3, Chrome 80.0.3987.122, Vue 2.5
Reproduction link
https://jsfiddle.net/nLkrdwc5/
Steps to reproduce
Add 'tree' property to 'columns' data, refresh (the feature should appear), nothing changes
What is expected?
TreeData feature should be displayed:
https://www.iviewui.com/components/table-en#TreeData
W