TaskBoard

The TaskBoard component provides a user-friendly interface for managing tasks, notes, projects, people, or other types of items.

Sass Variables

The Telerik and Kendo UI TaskBoard is a composite UI component. To configure and customize its appearance, use not only its dedicated Sass variables but also the Sass variables provided by the Toolbar, Button, and Card components.

VariableDefault ValueComputed ValueValue
kendo-taskboard-spacerk-map-get( $kendo-spacing, 4 )16pxDefault: k-map-get( $kendo-spacing, 4 )Computed: 16px
Description: The spacing index of the TaskBoard.
kendo-taskboard-padding-ynullnullDefault: nullComputed: null
Description: The vertical padding of the TaskBoard.
kendo-taskboard-padding-xnullnullDefault: nullComputed: null
Description: The horizontal of the TaskBoard.
kendo-taskboard-font-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description: The font family of the TaskBoard.
kendo-taskboard-font-size$kendo-font-size-md14pxDefault: $kendo-font-size-mdComputed: 14px
Description: The font size of the TaskBoard.
kendo-taskboard-line-height$kendo-line-height-md1.4285714286Default: $kendo-line-height-mdComputed: 1.4285714286
Description: The line height of the TaskBoard.
kendo-taskboard-bgnullnullDefault: nullComputed: null
Description: The background color of the TaskBoard.
kendo-taskboard-textnullnullDefault: nullComputed: null
Description: The text color of the TaskBoard.
kendo-taskboard-bordernullnullDefault: nullComputed: null
Description: The border color of the TaskBoard.
kendo-taskboard-toolbar-padding-y$kendo-taskboard-spacer16pxDefault: $kendo-taskboard-spacerComputed: 16px
Description: The vertical padding of the TaskBoard Toolbar.
kendo-taskboard-toolbar-padding-x$kendo-taskboard-toolbar-padding-y16pxDefault: $kendo-taskboard-toolbar-padding-yComputed: 16px
Description: The horizontal padding of the TaskBoard Toolbar.
kendo-taskboard-toolbar-bgnullnullDefault: nullComputed: null
Description: The background color of the TaskBoard Toolbar.
kendo-taskboard-toolbar-textnullnullDefault: nullComputed: null
Description: The text color of the TaskBoard Toolbar.
kendo-taskboard-toolbar-bordernullnullDefault: nullComputed: null
Description: The border color of the TaskBoard Toolbar.
kendo-taskboard-toolbar-gradientnullnullDefault: nullComputed: null
Description: The gradient of the TaskBoard Toolbar.
kendo-taskboard-content-padding-y$kendo-taskboard-spacer16pxDefault: $kendo-taskboard-spacerComputed: 16px
Description: The vertical padding of the TaskBoard content.
kendo-taskboard-content-padding-x$kendo-taskboard-content-padding-y16pxDefault: $kendo-taskboard-content-padding-yComputed: 16px
Description: The horizontal padding of the TaskBoard content.
kendo-taskboard-column-container-spacing-yk-math-div( $kendo-taskboard-spacer, 2 )8pxDefault: k-math-div( $kendo-taskboard-spacer, 2 )Computed: 8px
Description: The vertical spacing of the TaskBoard column container.
kendo-taskboard-column-container-padding-y0px0pxDefault: 0pxComputed: 0px
Description: The vertical padding of the TaskBoard column container.
kendo-taskboard-column-container-padding-xk-math-div( $kendo-taskboard-spacer, 2 )8pxDefault: k-math-div( $kendo-taskboard-spacer, 2 )Computed: 8px
Description: The horizontal padding of the TaskBoard column container.
kendo-taskboard-columns-container-gap$kendo-taskboard-spacer16pxDefault: $kendo-taskboard-spacerComputed: 16px
Description: The spacing of the TaskBoard columns container.
kendo-taskboard-column-width320px320pxDefault: 320pxComputed: 320px
Description: The default width of the TaskBoard column.
kendo-taskboard-column-border-width1px1pxDefault: 1pxComputed: 1px
Description: The border width of the TaskBoard column.
kendo-taskboard-column-border-radius$kendo-border-radius-md4pxDefault: $kendo-border-radius-mdComputed: 4px
Description: The border radius of the TaskBoard column.
kendo-taskboard-column-bg$kendo-base-bg #fafafaDefault: $kendo-base-bgComputed: #fafafa
Description: The background color of the TaskBoard column.
kendo-taskboard-column-textnullnullDefault: nullComputed: null
Description: The text color of the TaskBoard column.
kendo-taskboard-column-bordertransparent transparentDefault: transparentComputed: transparent
Description: The border color of the TaskBoard column.
kendo-taskboard-column-focus-bgnullnullDefault: nullComputed: null
Description: The background color of the focused TaskBoard column.
kendo-taskboard-column-focus-textnullnullDefault: nullComputed: null
Description: The text color of the focused TaskBoard column.
kendo-taskboard-column-focus-borderif($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-base-border, 2.5 )) rgba(0, 0, 0, 0.264)Default: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-base-border, 2.5 ))Computed: rgba(0, 0, 0, 0.264)
Description: The border color of the focused TaskBoard column.
kendo-taskboard-column-header-padding-yk-math-div( $kendo-taskboard-spacer, 2 )8pxDefault: k-math-div( $kendo-taskboard-spacer, 2 )Computed: 8px
Description: The vertical padding of the TaskBoard column header.
kendo-taskboard-column-header-padding-x$kendo-taskboard-column-header-padding-y8pxDefault: $kendo-taskboard-column-header-padding-yComputed: 8px
Description: The horizontal padding of the TaskBoard column header.
kendo-taskboard-column-header-gapk-math-div( $kendo-taskboard-spacer, 4 )4pxDefault: k-math-div( $kendo-taskboard-spacer, 4 )Computed: 4px
Description: The spacing of the TaskBoard column header.
kendo-taskboard-column-header-actions-gapk-math-div( $kendo-taskboard-spacer, 2 )8pxDefault: k-math-div( $kendo-taskboard-spacer, 2 )Computed: 8px
Description: The spacing of the TaskBoard column header actions.
kendo-taskboard-column-header-font-weight500500Default: 500Computed: 500
Description: The font weight of the TaskBoard column header.
kendo-taskboard-column-header-text$kendo-component-header-text #424242Default: $kendo-component-header-textComputed: #424242
Description: The text color of the TaskBoard column header.
kendo-taskboard-column-cards-padding-ynullnullDefault: nullComputed: null
Description: The vertical padding of the TaskBoard column Card wrapper.
kendo-taskboard-column-cards-padding-xnullnullDefault: nullComputed: null
Description: The horizontal padding of the TaskBoard column Card wrapper.
kendo-taskboard-column-cards-gapk-math-div( $kendo-taskboard-spacer, 2 )8pxDefault: k-math-div( $kendo-taskboard-spacer, 2 )Computed: 8px
Description: The spacing of the TaskBoard column Card wrapper.
kendo-taskboard-pane-width$kendo-taskboard-column-width320pxDefault: $kendo-taskboard-column-widthComputed: 320px
Description: The default width of the TaskBoard pane.
kendo-taskboard-pane-padding-ynullnullDefault: nullComputed: null
Description: The vertical padding of the TaskBoard pane.
kendo-taskboard-pane-padding-xnullnullDefault: nullComputed: null
Description: The horizontal padding of the TaskBoard pane.
kendo-taskboard-pane-border-width1px1pxDefault: 1pxComputed: 1px
Description: The border width of the TaskBoard pane.
kendo-taskboard-pane-bg$kendo-component-bg #ffffffDefault: $kendo-component-bgComputed: #ffffff
Description: The background color of the TaskBoard pane.
kendo-taskboard-pane-text$kendo-component-text #424242Default: $kendo-component-textComputed: #424242
Description: The text color of the TaskBoard pane.
kendo-taskboard-pane-border$kendo-component-border rgba(0, 0, 0, 0.08)Default: $kendo-component-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the TaskBoard pane.
kendo-taskboard-pane-header-padding-y( $kendo-taskboard-spacer * .75 )12pxDefault: ( $kendo-taskboard-spacer * .75 )Computed: 12px
Description: The vertical padding of the TaskBoard pane header.
kendo-taskboard-pane-header-padding-x$kendo-taskboard-spacer16pxDefault: $kendo-taskboard-spacerComputed: 16px
Description: The horizontal padding of the TaskBoard pane header.
kendo-taskboard-pane-header-font-weight500500Default: 500Computed: 500
Description: The font weight of the TaskBoard pane header.
kendo-taskboard-pane-header-text$kendo-component-header-text #424242Default: $kendo-component-header-textComputed: #424242
Description: The text color of the TaskBoard pane header.
kendo-taskboard-pane-content-padding-y0px0pxDefault: 0pxComputed: 0px
Description: The vertical padding of the TaskBoard pane content.
kendo-taskboard-pane-content-padding-x$kendo-taskboard-spacer16pxDefault: $kendo-taskboard-spacerComputed: 16px
Description: The horizontal padding of the TaskBoard pane content.
kendo-taskboard-pane-actions-padding-y( $kendo-taskboard-spacer * .75 )12pxDefault: ( $kendo-taskboard-spacer * .75 )Computed: 12px
Description: The vertical padding of the TaskBoard pane actions.
kendo-taskboard-pane-actions-padding-x$kendo-taskboard-spacer16pxDefault: $kendo-taskboard-spacerComputed: 16px
Description: The horizontal padding of the TaskBoard pane actions.
kendo-taskboard-card-padding-y$kendo-taskboard-spacer16pxDefault: $kendo-taskboard-spacerComputed: 16px
Description: The vertical padding of the TaskBoard Card.
kendo-taskboard-card-padding-x$kendo-taskboard-card-padding-y16pxDefault: $kendo-taskboard-card-padding-yComputed: 16px
Description: The horizontal padding of the TaskBoard Card.
kendo-taskboard-card-border-width$kendo-card-border-width1pxDefault: $kendo-card-border-widthComputed: 1px
Description: The border width of the TaskBoard Card.
kendo-taskboard-card-border-radius$kendo-border-radius-md4pxDefault: $kendo-border-radius-mdComputed: 4px
Description: The border radius of the TaskBoard Card.
kendo-taskboard-card-shadow$kendo-card-shadownullDefault: $kendo-card-shadowComputed: null
Description: The shadow of the TaskBoard Card.
kendo-taskboard-card-bg$kendo-card-bg #ffffffDefault: $kendo-card-bgComputed: #ffffff
Description: The background color of the TaskBoard Card.
kendo-taskboard-card-text$kendo-card-text #424242Default: $kendo-card-textComputed: #424242
Description: The text color of the TaskBoard Card.
kendo-taskboard-card-border$kendo-card-border rgba(0, 0, 0, 0.08)Default: $kendo-card-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the TaskBoard Card.
kendo-taskboard-card-category-border-width4px4pxDefault: 4pxComputed: 4px
Description: The border width of the TaskBoard Card category.
kendo-taskboard-card-hover-borderif($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 10% )) rgba(0, 0, 0, 0.172)Default: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 10% ))Computed: rgba(0, 0, 0, 0.172)
Description: The border color of the hovered TaskBoard Card.
kendo-taskboard-card-focus-borderif($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 18% )) rgba(0, 0, 0, 0.2456)Default: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 18% ))Computed: rgba(0, 0, 0, 0.2456)
Description: The border color of the focused TaskBoard Card.
kendo-taskboard-card-focus-shadownonenoneDefault: noneComputed: none
Description: The shadow of the focused TaskBoard Card.
kendo-taskboard-card-selected-borderif($kendo-enable-color-system, k-color( primary-emphasis ), k-color-tint( $kendo-color-primary-lighter, 5 )) #ffb0abDefault: if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-tint( $kendo-color-primary-lighter, 5 ))Computed: #ffb0ab
Description: The border of the selected TaskBoard Card.
kendo-taskboard-card-selected-shadownonenoneDefault: noneComputed: none
Description: The shadow of the selected TaskBoard Card.
kendo-taskboard-card-header-text$kendo-color-primary #ff6358Default: $kendo-color-primaryComputed: #ff6358
Description: The text color of the TaskBoard Card header text.
kendo-taskboard-card-header-hover-textif($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker) #d6534aDefault: if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)Computed: #d6534a
Description: The text color of the hovered TaskBoard Card header text.
kendo-taskboard-card-header-focus-textif($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker) #d6534aDefault: if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)Computed: #d6534a
Description: The text color of the focused TaskBoard Card header text.
kendo-taskboard-drag-placeholder-border-width1px1pxDefault: 1pxComputed: 1px
Description: The border width of the TaskBoard Card placeholder.
kendo-taskboard-drag-placeholder-border-radius$kendo-taskboard-card-border-radius4pxDefault: $kendo-taskboard-card-border-radiusComputed: 4px
Description: The border radius of the TaskBoard Card placeholder.
kendo-taskboard-drag-placeholder-bg rgba(255, 255, 255, .2) rgba(255, 255, 255, 0.2)Default: rgba(255, 255, 255, .2)Computed: rgba(255, 255, 255, 0.2)
Description: The background color of the TaskBoard Card placeholder.
kendo-taskboard-drag-placeholder-border$kendo-component-border rgba(0, 0, 0, 0.08)Default: $kendo-component-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the TaskBoard Card placeholder.

Card Variables

VariableDefault ValueComputed ValueValue
kendo-card-padding-xk-map-get( $kendo-spacing, 4 )16pxDefault: k-map-get( $kendo-spacing, 4 )Computed: 16px
Description: The horizontal padding of the Card.
kendo-card-padding-yk-map-get( $kendo-spacing, 3 )12pxDefault: k-map-get( $kendo-spacing, 3 )Computed: 12px
Description: The vertical padding of the Card.
kendo-card-border-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the border around the Card.
kendo-card-border-radius$kendo-border-radius-lg6pxDefault: $kendo-border-radius-lgComputed: 6px
Description: The border radius of the Card.
kendo-card-inner-border-radiuscalc( #{$kendo-card-border-radius} - #{$kendo-card-border-width} )calc(6px - 1px)Default: calc( #{$kendo-card-border-radius} - #{$kendo-card-border-width} )Computed: calc(6px - 1px)
Description: The inner border radius of the Card.
kendo-card-font-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description: The font family of the Card.
kendo-card-font-size$kendo-font-size-md14pxDefault: $kendo-font-size-mdComputed: 14px
Description: The font size of the Card.
kendo-card-line-height$kendo-line-height-md1.4285714286Default: $kendo-line-height-mdComputed: 1.4285714286
Description: The line height of the Card.
kendo-card-deck-gapk-map-get( $kendo-spacing, 4 )16pxDefault: k-map-get( $kendo-spacing, 4 )Computed: 16px
Description: The spacing between the Cards in the Card deck.
kendo-card-bg$kendo-component-bg #ffffffDefault: $kendo-component-bgComputed: #ffffff
Description: The background color of the Card.
kendo-card-text$kendo-component-text #424242Default: $kendo-component-textComputed: #424242
Description: The text color of the Card.
kendo-card-border$kendo-component-border rgba(0, 0, 0, 0.08)Default: $kendo-component-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the Card.
kendo-card-shadownullnullDefault: nullComputed: null
Description: The shadow of the Card.
kendo-card-focus-bgnullnullDefault: nullComputed: null
Description: The background color of the focused Card.
kendo-card-focus-textnullnullDefault: nullComputed: null
Description: The text color of the focused Card.
kendo-card-focus-borderrgba( black, .15 ) rgba(0, 0, 0, 0.15)Default: rgba( black, .15 )Computed: rgba(0, 0, 0, 0.15)
Description: The border color of the focused Card.
kendo-card-focus-shadownullnullDefault: nullComputed: null
Description: The shadow of the focused Card.
kendo-card-header-padding-x$kendo-card-padding-x16pxDefault: $kendo-card-padding-xComputed: 16px
Description: The horizontal padding of the Card header.
kendo-card-header-padding-y$kendo-card-padding-y12pxDefault: $kendo-card-padding-yComputed: 12px
Description: The vertical padding of the Card header.
kendo-card-header-border-width1px1pxDefault: 1pxComputed: 1px
Description: The bottom border width of the Card header.
kendo-card-header-bgnullnullDefault: nullComputed: null
Description: The background color of the Card header.
kendo-card-header-text$kendo-component-header-text #424242Default: $kendo-component-header-textComputed: #424242
Description: The text color of the Card header.
kendo-card-header-border$kendo-component-header-border rgba(0, 0, 0, 0.08)Default: $kendo-component-header-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the Card header.
kendo-card-body-padding-xk-map-get( $kendo-spacing, 4 )16pxDefault: k-map-get( $kendo-spacing, 4 )Computed: 16px
Description: The horizontal padding of the Card body.
kendo-card-body-padding-yk-map-get( $kendo-spacing, 4 )16pxDefault: k-map-get( $kendo-spacing, 4 )Computed: 16px
Description: The vertical padding of the Card body.
kendo-card-footer-padding-x$kendo-card-padding-x16pxDefault: $kendo-card-padding-xComputed: 16px
Description: The horizontal padding of the Card footer.
kendo-card-footer-padding-y$kendo-card-padding-y12pxDefault: $kendo-card-padding-yComputed: 12px
Description: The vertical padding of the Card footer.
kendo-card-footer-border-width1px1pxDefault: 1pxComputed: 1px
Description: The top border width of the Card footer.
kendo-card-footer-bgnullnullDefault: nullComputed: null
Description: The background color of the Card footer.
kendo-card-footer-text$kendo-component-header-text #424242Default: $kendo-component-header-textComputed: #424242
Description: The text color of the Card footer.
kendo-card-footer-border$kendo-component-header-border rgba(0, 0, 0, 0.08)Default: $kendo-component-header-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the Card footer.
kendo-card-title-margin-bottomk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The bottom margin of the Card title.
kendo-card-title-font-size$kendo-h5-font-size16pxDefault: $kendo-h5-font-sizeComputed: 16px
Description: The font size of the Card title.
kendo-card-title-font-familynullnullDefault: nullComputed: null
Description: The font family of the Card title.
kendo-card-title-line-height1.251.25Default: 1.25Computed: 1.25
Description: The line height of the Card title.
kendo-card-title-font-weight$kendo-font-weight-normal400Default: $kendo-font-weight-normalComputed: 400
Description: The font weight of the Card title.
kendo-card-title-letter-spacingnullnullDefault: nullComputed: null
Description: The letter spacing of the Card title.
kendo-card-subtitle-margin-bottomk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The bottom margin of the Card subtitle.
kendo-card-subtitle-font-size$kendo-font-size-sm12pxDefault: $kendo-font-size-smComputed: 12px
Description: The font size of the Card subtitle.
kendo-card-subtitle-font-familynullnullDefault: nullComputed: null
Description: The font family of the Card subtitle.
kendo-card-subtitle-line-heightnormalnormalDefault: normalComputed: normal
Description: The line height of the Card subtitle.
kendo-card-subtitle-font-weight$kendo-font-weight-normal400Default: $kendo-font-weight-normalComputed: 400
Description: The font weight of the Card subtitle.
kendo-card-subtitle-letter-spacingnullnullDefault: nullComputed: null
Description: The letter spacing of the Card subtitle.
kendo-card-subtitle-text$kendo-subtle-text #666666Default: $kendo-subtle-textComputed: #666666
Description: The text color of the Card subtitle.
kendo-card-img-max-width100px100pxDefault: 100pxComputed: 100px
Description: The maximum width of the Card image.
kendo-card-avatar-size45px45pxDefault: 45pxComputed: 45px
Description: The size of the Avatar in the Card.
kendo-card-avatar-spacing$kendo-card-header-padding-x16pxDefault: $kendo-card-header-padding-xComputed: 16px
Description: The spacing between the Avatar and the text in the Card.
kendo-card-actions-padding-xk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The horizontal padding of the Card actions.
kendo-card-actions-padding-yk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The vertical padding of the Card actions.
kendo-card-actions-border-width1px1pxDefault: 1pxComputed: 1px
Description: The top border width of the Card actions.
kendo-card-actions-gapk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The spacing between the Card actions.
kendo-card-deck-scroll-button-radius0px0pxDefault: 0pxComputed: 0px
Description: The border radius of the scroll button in the Card deck.
kendo-card-deck-scroll-button-offset-$kendo-button-border-width-1pxDefault: -$kendo-button-border-widthComputed: -1px
Description: The border radius of the scroll button in the Card deck.
kendo-card-callout-width20px20pxDefault: 20pxComputed: 20px
Description: The width of the Card callout.
kendo-card-callout-height20px20pxDefault: 20pxComputed: 20px
Description: The height of the Card callout.