• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Vue Wrappers End of Life
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UI
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdowns
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • 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

FloatingActionButtonShape

Specifies the shape of the Floating Action Button.

The possible values are:

  • full(Default)—Applies border radius equal to half of the height of the FloatingActionButton.

If the Floating Action Button contains only icon, the shape will be circle.

  • circle—Applies circle shape on the FloatingActionButton.
  • rectangle—Applies no border radius on the FloatingActionButton.
  • rounded—Applies default border radius on the FloatingActionButton.
  • square—Applies square shape on the FloatingActionButton.

type FloatingActionButtonShape = "rectangle" | "rounded" | "pill" | "circle" | "square";

In this article

Not finding the help you need?