Base

  • Colors
  • Icons
  • Logos
  • Shadows and Elevations
  • Spacing
  • Typography

Components

  • Accordion
  • Avatars
  • Badges
  • Buttons
  • Cards
  • Character Counter
  • Device Type Icons
  • Draggables
  • Dropdowns
  • Droppables
  • Expandable image
  • Filters
  • Gallery card
  • Icon Button
  • Indicators
  • Lightbox image
  • Lists
  • Loading
  • Messages
  • Pictogram
  • Poster Play
  • Progress bar
  • QR Code
  • Rating stars
  • Row Selector
  • Segmented Controls
  • Sentiment
  • Split View
  • Tables
  • Tags
  • Tester vitals
  • Toggle button
  • Typeahead

Form

  • Checkbox
  • Combobox
  • Form Rule
  • Hint
  • Input
  • Input Title
  • Label
  • Multi-select List
  • Search
  • Select
  • Single-select List
  • Sliders
  • Switch
  • Text Area

Layout

  • Containers
  • Layers
  • Layout
  • Split Layout
  • Wrappers

Navigation

  • Context Switcher
  • Nav bar
  • Navigation
  • Pagination
  • Sidebar Navigation
  • Step Navigation
  • Tabs

Overlay

  • Banners
  • Bulk Selector
  • Modals
  • Popovers
  • Toast
  • Tooltips
  • User Notifications

Patterns

  • Full Page Message
  • Question card & Group Questions Container

Visualizations

  • Data Colors

Avatars

Avatars are used to quickly identify a customer’s properties including: studies, drafts, highlight reels, etc.

Avatars

DW ZM ZM
Copy
<tk-avatar class="mb-2x">DW</tk-avatar>
<tk-avatar type="light" class="mb-2x">ZM</tk-avatar>
<tk-avatar type="muted" class="mb-2x l-block">ZM</tk-avatar>

Description

Avatars show the initials of an individual. Add light to use the avatar on a dark background.

Insight

When a user sees their initials, it instills a sense of ownership for the corresponding section. Eventually, we’d like to make this a profile picture.

Size

W W W W
Copy
<tk-avatar class="mb-2x" size="small">W</tk-avatar>
<tk-avatar class="mb-2x" size="medium">W</tk-avatar>
<tk-avatar class="mb-2x" size="large">W</tk-avatar>
<tk-avatar class="mb-2x" size="xl">W</tk-avatar>

Description

Depending on the context, a different size can be used. The default is large.

Usage

Do

  • Show username on hover (with tk-tooltip)

Don't

  • Change the color of the avatar background

Accessibility

  • Does not receive :focus