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

Device Type Icons

Smartphone

Copy
<div class="l-flex">
  <tk-device-type-icon device="android-phone" size="large"></tk-device-type-icon>
  <tk-device-type-icon device="iphone" size="large"></tk-device-type-icon>
  <tk-device-type-icon device="ios-or-android-smartphone" size="large"></tk-device-type-icon>
</div>

Tablet

Copy
<div class="l-flex">
  <tk-device-type-icon device="android-tablet" size="large"></tk-device-type-icon>
  <tk-device-type-icon device="ipad" size="large"></tk-device-type-icon>
  <tk-device-type-icon device="ios-or-android-tablet" size="large"></tk-device-type-icon>
</div>

Computer

Copy
<div class="l-flex">
  <tk-device-type-icon device="mac-computer" size="large"></tk-device-type-icon>
  <tk-device-type-icon device="mac-or-windows-computer" size="large"></tk-device-type-icon>
  <tk-device-type-icon device="windows-computer" size="large"></tk-device-type-icon>
</div>