# Sidebar Subsection

A SidebarSubsection is a subsection of a SidebarSection that has options for titles, padding and other helpful features.

# Usage

In its simplest form, the SidebarSubsection will give you a padded element for content. Lines will automatically be added between Subsections.

# Title

Use the title prop or slot to give your SidebarSubsection a title.

# Action

Use the action slot to pass in actions to your SubSection.

# Tooltip

Use the tooltip prop to add a tooltip to your Subsection.

# Description

Use the description prop to add a description to your Subsection.

# Flush

Use the flush prop to remove padding from your subsection. This may be necessary if you need elements than span all the way to all edges like borders, background colors or images.

# Completed Steps

Use the is-complete prop to turn your subesections into a workflow. When present and false, it will show a incomplete icon and when present and true it will display a completed icon.

# @click Events

Use the @click event to capture clicks.

Last Updated: 7/21/2022, 4:23:33 PM