LearnNewsExamplesServices
Frontmatter
id3652
titleButton Types: Primary, Secondary, Tertiary
stateClosed
labels
enhancementstale
assignees[]
createdAtDec 20, 2022, 4:15 PM
updatedAtSep 14, 2024, 4:26 AM
githubUrlhttps://github.com/neomjs/neo/issues/3652
authormxmrtns
commentsCount4
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 14, 2024, 4:26 AM

Button Types: Primary, Secondary, Tertiary

Closed v8.1.0 enhancementstale
mxmrtns
mxmrtns commented on Dec 20, 2022, 4:15 PM

(No description provided)

mxmrtns added the enhancement label on Dec 20, 2022, 4:15 PM
Dinkh
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 referenced in commit acd8c9b - "Adding a way to add 'primary' styles #3652 on Jan 2, 2023, 9:13 PM
Dinkh cross-referenced by PR #3741 on Jan 2, 2023, 9:13 PM
Dinkh
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

tobiu referenced in commit 22cdd92 - "Merge pull request #3741 from neomjs/Dinkh-patch-ComponentStyles on Jan 3, 2023, 10:07 AM