Frontmatter
| id | 3652 |
| title | Button Types: Primary, Secondary, Tertiary |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Dec 20, 2022, 4:15 PM |
| updatedAt | Sep 14, 2024, 4:26 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3652 |
| author | mxmrtns |
| commentsCount | 4 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 14, 2024, 4:26 AM |
Button Types: Primary, Secondary, Tertiary

Dinkh
Dec 28, 2022, 1:58 PM
I would like to have the definition as ui.
@example:
{
ntype: 'button',
ui: 'primary'
}
This creates automatically a cls => neo-button-primary
Dinkh cross-referenced by PR #3741 on Jan 2, 2023, 9:13 PM

Dinkh
Jan 2, 2023, 9:14 PM
Currently added as Pull-Request the programming part.
Still someone has to add css classes:
neo-button-primary neo-button-secondary neo-button-tertiary
(No description provided)