JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Kanban Could someone please assist me with: Kanban?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #112836
    emily.thorne91
    Participant

    How to theme Smart Kanban using custom CSS in a web project?

    #112841
    Markov
    Keymaster

    Hi,

    You can theme Smart Kanban in a web project by overriding its built-in CSS variables and styles, without modifying the library’s core files.

    Smart UI components, including Kanban, are built with CSS custom properties (variables), which makes theming straightforward.

    For example:

    --smart-primary: #3f51b5;
    --smart-background: #ffffff;
    --smart-surface: #f5f5f5;
    --smart-border-color: #ddd;
    --smart-border-radius: 4px;
    --smart-font-size: 14px;
    --smart-kanban-column-header-background: #f0f0f0;
    --smart-kanban-task-background: #fff;

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.