Floating Button
Last updated
Was this helpful?
Last updated
Was this helpful?
In Lowcoder, the Floating Button component provides a customizable button that hovers over the application's interface, offering quick access to primary actions without obstructing content.
Key Features:
Positioning: The Floating Button can be positioned anywhere on the screen, typically anchored to a corner, ensuring it remains accessible yet unobtrusive.
Customisation: You can personalize the button's appearance by selecting icons, colors, and sizes to align with your application's design aesthetics.
Event Handling: Assign specific actions to the button, such as navigating to different screens, triggering queries, or executing custom JavaScript functions, enhancing user interaction.
Integration: The Floating Button seamlessly integrates with other Lowcoder components, allowing for coordinated actions and a cohesive user experience.
On Component Playground, you can interact with the Floating Button component and explore it's Properties, Events and Methods. Play with different Styling properties to see the effect on the Floating Button component.
In the Auto-Docs of Floating Button component, we have shown how to use different properties of the component. It also includes the Styling properties of the component.
These properties are accessible in {{ }} notations, as well as in JavaScript Queries.
hidden
Boolean
Returns True or False based on whether the Floating button component is hidden or not
value
String
Returns the Value of the Floating button component
You have the capability to engage with components via their respective methods, which can be accessed by their designated names within any segment where JavaScript is utilised. Additionally, these components can be activated through the 'Control Component' action, which is triggered in response to specific events.
setValue
Set the data of the property Value
clearValue
Clear the data of the property Value
resetValue
Reset the data of the property Value