welcome to button
The Button component is an interactive element used to trigger actions or events within an application. It provides a consistent and accessible way for users to interact with the interface, featuring customizable styles and states (e.g., default, hover, active, disabled).
Source @welcome-ui/ button Built with Ariakit Overview Props import * as React from 'react' import { Button } from '@welcome-ui/button' const Example = ( ) = { return Button Button / Button } export default ExampleRun the following command:
yarn add @welcome-ui/button 2Import component:
import { Button } from '@welcome-ui/button'Use size property with xxs , xs , sm , md (default) or lg .
All disabled buttons have the same style.
You can set a cirle or square shape with w & h to have buttons perfect for icons.
You can transform your Button component with as property to add you linker, href or to all that you want.
You can add w property from xstyled .
You can add borderRadius property from theme.
See documentation from ButtonGroup component.
On this page Definition Installation Examples Variants Sizes Disabled With icons Shape Transform to a link Width Radius ButtonGroup Tabs Button group Made with by Documentations Foundations Components Source code Updates Releases Project board Community Github Twitter Medium Jobs