ui
- Sign up for GitHub or sign in to edit this page
Here are 4,871 public repositories matching this topic...
Drop down list item half displayed
Steps
- Go to https://semantic-ui.com/introduction/new.html with latest Chrome browser
- Scroll down to Clearable Dropdowns section
- Click the dropdown
Expected Result
Menu item South Korea should be displayed correctly
Act
https://github.com/storybookjs/presets/blob/master/packages/preset-storysource/index.js
- Move the preset from the presets repo into this package
- Update it to use
source-loader - Update docs
Environment
Vuetify Version: 2.0.2
Vue Version: 2.6.10
Browsers: Chrome 75.0.3770.142
OS: Windows 10
Steps to reproduce
use all required things for proper work of vuetify (i.e vuetify vue and babel-polyfill cdns, roboto fonts). instead of md-icons, use font-awesome.
create a v-treeview with some nested data such as:
File1
Folder1
- nestedFile
- nestedFo
A beautiful replacement for JavaScript's "alert"
-
Updated
Oct 12, 2019 - 359 commits
- TypeScript
采用自身模块规范编写的前端 UI 框架,遵循原生 HTML/CSS/JS 的书写形式,极低门槛,拿来即用。
-
Updated
Oct 13, 2019 - 293 commits
- JavaScript
Sortable — is a JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Ember, Knockout and any CSS library, e.g. Bootstrap.
-
Updated
Oct 12, 2019 - 1 commits
- JavaScript
There's very little info on how to plug in search into docz (not talking about the light-weight filter menu, but actual full-text search). It would be good if this was either described in a starter template or in documentation. We're building a large doc site, and rich search is an absolute requirement.
A Swift Autolayout DSL for iOS & OS X
-
Updated
Oct 12, 2019 - 502 commits
- Swift
Environment
- Package version(s): 3.18.1
- Browser and OS versions: Chrome 76, Mac 10.14.6
Is your feature request related to a problem? Please describe.
I'd like to create templated swarm configs with Portainer.
This feature is available since docker 18.03.
By using templated config, we can include content from swarm secrets in swarm configs. This could be useful to me for Kibana and Logstash configs, which have to contain Elasticsearch password.
**Describe the solution you'd
Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full styling.
-
Updated
Oct 13, 2019 - 495 commits
- JavaScript
Looking for help from the community regarding this issue.
Issue:
Unclear CI test failure.
Expected behavior:
Failed test would indicate the failure with some extra info for investigation.
Actual behavior:
Prints Expected: true, Actual: false which is less than optimal.
Steps to reproduce:
Run a failing test.
Would help to have more verbose logging for the tests
Is there any way to implement horizontal radio button group?
Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.
-
Updated
Oct 12, 2019 - 939 commits
- TypeScript
It may just be me being a newbie, but it is a little up hill when a keyword in the .kv file starts with a lowercase, then all that is reported is just an attribute error.
Putting a meaningful message here would be good.
https://github.com/kivy/kivy/blob/4905319cd397f76df7d6683707426c92cca0a491/kivy/factory.py#L130
Drag to move blocks
A beautiful web dashboard for Linux
-
Updated
Oct 12, 2019 - 855 commits
- JavaScript
IconButton ends up with dspl_flex, which makes it a block element, whereas Button has dspl_inline-flex .
This is inconsistent, and means every IconButton needs to be wrapped in a <span style="display: inline-block"> or similar in order to be used inline.
The easiest way to use git. On any platform. Anywhere.
-
Updated
Oct 12, 2019 - 3 commits
- JavaScript
I'm making a data-heavy display with compact form controls and bootstrap-select seems to fit all my needs except it doesn't seem to have support for sizing.
In bootstrap3 my elements were all input-xs. Now with bootstrap4 that's been removed, so they're form-control-sm.
Are there options to make bootstrap-select elements at least as small as form-control-sm? They look totally out of plac
- components:
button - reactstrap version
8.0.1
The bootstrap 4 js adds focus class to the styling of buttons on the focus event and removes it on the blur event. This helps for keyboard navigation of buttons.
Reactstrap should do the same.



Interaction names longer than about 30 characters are truncated without tooltips and so cannot be seen. If you go to the "Interactions" tab of the profiler, both the left-hand column and the right-hand sidebar are of fixed size and show a truncated name.