• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

Items

The ActionSheet items are highly customizable elements that allow you to control their look and feel depending on the use case.

To define the ActionSheet options, provide an ActionSheetItem collection to the items property of the component.

Example
View Source
Change Theme:

Setting Title and Description

To configure the item text or any additional details, use the title and description properties of the ActionSheetItem object.

Example
View Source
Change Theme:

Defining Groups

To indicate a group of items with similar functionality, set the group property of the ActionSheetItem object to top or bottom. The ActionSheet will visually separate the two groups by rendering a separator line between them.

The following example demonstrates the ActionSheet groups in action.

Example
View Source
Change Theme:

Setting Icons

You can enhance the ActionSheet item content by adding icons. Set the icon of the svgIcon property of the ActionSheetItem object to take full control over the visibility of the icons.

The following example demonstrates the icon property in action.

Example
View Source
Change Theme:

Disabling Items

To disable certain items, set the disabled property of the ActionSheetItem to true.

The following example demonstrates the disabled state of the ActionSheet items.

Example
View Source
Change Theme:

Styling Items

Some scenarios require further customizations of the items' layout. Use the class and style options of the ActionSheetItem object to change the layout of the options.

The following example demonstrates the class and style properties in action.

Example
View Source
Change Theme: