ui
User interface (UI) design or user interface engineering is the design of user interfaces for machines and software, such as computers, home appliances, mobile devices, and other electronic devices, with the focus on maximizing usability and the user experience. The goal of user interface design is to make the user's interaction as simple and efficient as possible, in terms of accomplishing user goals (user-centered design).
Here are 1,004 public repositories matching this topic...
Describe the problem
the low level documentation (https://svelte.dev/docs) is not really easy to use ( and incomplete in some cases)
I think if the runtime function contain JSDOC it will help a lot and give the developers an easier way to discover api documentation
additionally it is possible to replace the https://svelte.dev/docs with the generated docs ( with some thing like https://ty
Environment
Vuetify Version: 2.6.4
Vue Version: 2.6.13
Browsers: Chrome 98.0.4758.102
OS: Linux x86_64
Steps to reproduce
- Click on "Dropdown" button, the menu is shown under the button;
- Click on "Toggle Menu" twice;
- Click on "Dropdown" button, the menu is shown somewhere at the left;
Expected Behavior
It should work in a stable way. Menu should be
Respectively, we have the following opening PRs from dependabot, where we need to test everything out, as such build scripts, and so on, to make sure that nothing is going to be broken if we merge them in main:
- #1722
- #1720
- #1706
- #1705
- #1704
- #1703
- #1698
- #1697
- #1724
Anyone feel free to pick it up and update your progress h
Is your feature request related to a problem? Please Describe.
Add accessibilityHint and accessibilityLabel support to ButtonGroup buttons. Currently when I try to pass in a custom button component like this to the ButtonGroup buttons prop:
const buttons = [
(
<Text
accessibilityHint={translate('ARIA HINT - Tap to search by podcast title')}
accessibilityLabel={
-
Updated
May 16, 2022 - TypeScript
Hello,
I am using editorjs with Svelte.
For large screen sizes, the settings windows opens toward the bottom :

But for the smaller screen (when the buttons move for side to below the block), the settings window open in the up direction:
: @blueprintjs/core@3.17.2 @blueprintjs/select@3.11.2
- Browser and OS versions: MacOS Catalina (10.15.1) / Chrome 78.0.3904.108
Question
Is there any solid documentation for the renderFilteredItems() utility function exported from the select package? It is briefly mentioned under the itemListRenderer props section of the select c
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Apr 1, 2020 - TypeScript
-
Updated
Jun 4, 2022 - TypeScript
-
Updated
Jun 15, 2021 - TypeScript
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
May 19, 2022 - TypeScript
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jul 7, 2022 - TypeScript
We're currently causing peerDependency warnings in Yarn 2.
Whenever we depend on something, this dependencies peerDependencies must be listed either in our peerDependencies or in our dependencies.
Discussed in system-ui/theme-ui#2196
Originally posted by jw-miaem April 7, 2022
Reason I ask (before raisin
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Jul 9, 2022 - TypeScript
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jul 7, 2022 - TypeScript
-
Updated
Jul 10, 2022 - TypeScript
-
Updated
Jul 9, 2022 - TypeScript
-
Updated
Jun 17, 2022 - TypeScript
-
Updated
Jun 25, 2022 - TypeScript
- Wikipedia
- Wikipedia
Describe the bug
In Firefox, the zoom feature uses
transformstyles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that requireposition: fixedwhen in the "Docs" view.Normally a
position: fixedelement's position would correspond to the viewport but in Firefox it corresponds to the element with thetransformstyle.