Android floating action button that can react to scrolling events. Becomes visible when an attached target is scrolled up and invisible when scrolled down.
Android floating action button that can react to scrolling events. Becomes visible when an attached target is scrolled up and invisible when scrolled down.
A menu of FloatingActionButton items, designed to be anchored on an AppBarLayout
Xamarin.Forms Effects(add Border / add placeholder / add Text / add Command / add NumberPicker, TimePicker and DatePicker / alter color for switch and slider / alter LineHeight of Label and Editor / Button to flat / Size to fit for Label / add touch events / Floating / Feedback / Gradient) for iOS / Android
A material design floating action button
Xamarin Forms Floating Action Button
Provides a numeric up down WPF control that can be used to edit (integer, byte, decimal, double, float, short and many more) values with a textbox and/or up/down arrow (repeat) buttons. Editing can be based on input via mouse wheel, mouse drag, cursor keys, or text editing.
This package provides the functionality to utilize the features of Syncfusion® Blazor Button, Checkbox, Radio Button, Chips, Toggle Switch Button, Floating Action Button, Speed Dial and Icons.
A simple Android's Floating Action Button that shows an anchored Navigation View and was inspired by Menu Material Fixed created by Tommaso Poletti
The LiquidFloatingActionButton is a floating action button in liquid state.
Yet another implementation of Floating Action Button for Android with lots of features.
An android library that brings the floating action button expandable
Android Custom Views that can hide/show a View with some Animations (inspired by the Android FAB)
Xamarin Binding Library - Android Floating Action Button
This is Xamarin Binding from original project : https://github.com/markushi/android-circlebutton This library is deprecated and no new development is taking place. Consider using a FAB(Floating action button) instead.
Floating Action Button Control Plugin for Xamarin.Forms. Works on iOS & Android
Floating Action Menu and Button control for Xamarin.Forms.
Xamarin.Android Binding for ImangazalievM's CircleMenu, a simple, elegant menu with a circular layout
A Radial Menu for Windows UWP Applications, as made popular by the first versions of the modern OneNote App for Windows. Create radial menus floating op top of your application. The control supports variable numbers of buttons, toggle and radio buttons, a selector for long lists, and a fancy metered menu for intuitive selection of numbers.
Xamarin.Android Binding for Gabriel Sanmartín's FAB menus.
Custom control for your Xamarin.Forms project to render a floating action button in projects that target Android or iOS. Content was forked from another developer. All credit for the project goes to Drew Frisk. Link to original project https://github.com/keannan5390/Xamarin.Plugin.FAB
Custom control for your Xamarin.iOS project to render a floating action button in projects that target Xamarin.iOS
FloatingActionButton (FAB) with custom shadow (Color, Offset, Blur) and custom Animation Easing (Show, Hide) for Xamarin.Forms view (Android, iOS, UWP)
(fork) externsion for my purpose, Provides a numeric up down WPF control that can be used to edit (integer, byte, decimal, double, float, short and many more) values with a textbox and/or up/down arrow (repeat) buttons. Editing can be based on input via mouse wheel, mouse drag, cursor keys, or text editing.
Xamarin.Android Binding for SaurabhArora90's MaterialArcMenu, an Android custom view which allows you to have a arc style-menu on your pages
Floating Action Button for Android based on Material Design specification
Xamarin.Android bindings for alokverma's circle-menu. This is a view group in which you can pass list of menu items and those items will be drawn under circular path.
Floating chat button in .NET MAUI
A collection of reusable .NET MAUI controls at this time there is only Floating Action Button
A collection of reusable .NET MAUI controls at this time there is only Floating Action Button
body { width: 100%; margin: auto; background-color: lightgray; font-size: 1em; } .menu ul { margin: 0; padding: 0; } .main ul li { float: left; border-right: 1px solid #ddd; list-style: none; } .main ul li a { display: block; color: #000; padding: 10px 20px; text-decoration: none; } .main ul li a:hover { background: #e6b29a; } h1 { text-align: center; text-decoration: underline; } .box1 header nav { padding: 20px; } .BOX2 main { background-color: rgb(121, 119, 122); padding: 20px; } .BOX2 { float: left; width: 50%; box-sizing: border-box; padding: 20px; } .BOX2 .frm { width: 50%; float: left; box-sizing: border-box; } .BOX2 .prof { width: 50%; float: left; box-sizing: border-box; } .BOX2 .loca { width: 50%; float: left; box-sizing: border-box; } .BOX2 .dg { width: 50%; float: left; box-sizing: border-box; } .BOX2 .rang { width: 50%; float: left; box-sizing: border-box; } .BOX2 .button { width: 50%; float: left; box-sizing: border-box; } .BOX2 #reset { background-color: blueviolet; width: 100px; padding: 6px; border-radius: 3px; margin-bottom: 25px; font-weight: bold; } .BOX2 #submit { background-color: rgb(5, 145, 35); width: 100px; padding: 6px; border-radius: 3px; margin-bottom: 25px; font-weight: bold; } .BOX2 h1 { text-decoration: none; } .footer { text-align: center; padding: 10px; font-style: italic; background-color: #ddd; color: black; } #reset:hover { background-color: black; color: azure; } #submit:hover { background-color: black; color: azure; } fieldset { border-radius: 5px; } <div class="footer"><footer><p>2024 my website.</p></footer></div>