Frontmatter
| id | 4057 |
| title | button.Base: UIs and variables |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Feb 15, 2023, 12:32 PM |
| updatedAt | Sep 12, 2024, 4:29 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4057 |
| author | tobiu |
| commentsCount | 3 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 12, 2024, 4:29 AM |
button.Base: UIs and variables

mxmrtns
Feb 15, 2023, 1:57 PM
@tobiu Yes, thats correct!
@github-actions - 2024-08-29T02:27:36Z
This issue is stale because it has been open for 90 days with no activity.
- 2024-08-29T02:27:36Z @github-actions added the
stalelabel
@github-actions - 2024-09-12T02:29:34Z
This issue was closed because it has been inactive for 14 days since being marked as stale.
- 2024-09-12T02:29:34Z @github-actions closed this issue
@mxmrtns @Dinkh @deniztoprak @maxrahder
we do have 4 UIs in place now, but the styling (the values) do not match the specs yet. i also think that we can most likely reduce the amount of variables quite a bit.
assuming that i understood max (m) correctly, let us take a quick look into the different UIs inside the github platform.
primary:
secondary: (mostly used inside neo so far)
tertiary: (just looking like a link, no effects)
ghost: (looks like text, but gets a background effect or border on hover, pressed, focus)
@mxmrtns is this correct?