reorder
CrabUI
V1.1
GitHub

What?

Introduction

Basic

Color

Size

Link-Button

Icons

Buttons with icon & label

Floating button

BUTTON

Buttons allow users to take actions,and make choices, with a single tap.Buttons communicate actions that users can take.

Basic

A button means an operation (or a series of operations). Clicking a button will trigger corresponding business logic

>

Color

Buttons having different Color shows different meaning

Size

Ant Design supports a default button size as well as a large and small size. If a large or small button is desired, set the size property to either large or small respectively. Omit the size property for a button with the default size.

Link-Button

Link button is used for external links

Icons

Button components can contain an Icon. This is done by setting the icon property or placing an Icon component within the Button. If you want specific control over the positioning and placement of the Icon, then that should be done by placing the Icon component within the Button rather than using the icon property.

get_app upload delete photo_camera shopping_cart manage_accounts favorite

BUTTONS WITH ICON & LABEL

Buttons with icons

photo_camera
mail
upload_file

Floating Button

A floating action button (FAB) performs the primary, or most common, action on a screen. It appears in front of all screen content, typically as a circular shape with an icon in its center.