ux
Here are 1,536 public repositories matching this topic...
Is there any way to implement horizontal radio button group?
-
Updated
May 6, 2021 - Python
-
Updated
Sep 13, 2021 - TypeScript
-
Updated
Sep 12, 2021 - TypeScript
Expected Behavior
The default window makes the "untitled" text overflow when there is plenty of room for it. The title should ge readable when there's room.
Current Behavior
-
Updated
Sep 10, 2021 - Kotlin
-
Updated
Aug 3, 2021 - JavaScript
The current badge overlay close button will remove the badge from the page, but will not persist the badge closure during your session. This might be surprising to developers (e.g I see my metrics -> close badge -> CLS wasn't final and just updated -> whoops here's the badge again).
Few options....
- Clicking close will be the same as disabling the overlay for the particular tab (i.e we upd
-
Updated
Sep 2, 2021 - TypeScript
-
Updated
Feb 21, 2021 - Kotlin
-
Updated
Jan 28, 2020 - Swift
-
Updated
Aug 6, 2021
In order to have a well documented API we need to describe what each class, struct, enum and method responsibilities are and how to use it.
-
Updated
Feb 5, 2020 - Swift
-
Updated
Sep 12, 2020 - Kotlin
-
Updated
Sep 9, 2021 - JavaScript
-
Updated
Sep 1, 2019 - Java
-
Updated
May 20, 2019 - JavaScript
-
Updated
Sep 11, 2021 - JavaScript
-
Updated
Feb 21, 2021 - Kotlin
-
Updated
Sep 9, 2021 - TypeScript
-
Updated
Sep 1, 2021 - JavaScript
Improve this page
Add a description, image, and links to the ux topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ux topic, visit your repo's landing page and select "manage topics."
We badly started implementing some props mutation.
There are usually two cases:
propsData
Solution 1
Migrate the propsData (usually initial-states) to the root
.vue
file away from the.js
entry pointSolution 2
Use a sync modifier and change the data flow according to vue documentations