New to Kendo UI for jQueryStart a free 30-day trial

Visible

configuration

Specifies if the FloatingActionButton is visible initially.

visible

Boolean

Default: true

<button id="fab-text"></button>

<script>
    var fab = $('#fab-text').kendoFloatingActionButton({
        text: 'Action',
        visible: true
    });
</script>
Not finding the help you need?
Contact Support