You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@aura-ui/button

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aura-ui/button

A react button component, used to trigger an action.

0.0.3-alpha.3
latest
Source
npmnpm
Version published
Weekly downloads
8
300%
Maintainers
1
Weekly downloads
 
Created
Source

Button

Aura UI Button component.

Installation

npm install @aura-ui/button
# or
yarn add @aura-ui/button
Yes we'd love you to contribute! See the [contributing
guidelines](https://github.com/aura-ui/aura-ui/blob/main/CONTRIBUTING.md) for details. ##
Licence This project is licensed under the terms of the [MIT
license](https://github.com/aura-ui/aura-ui/blob/main/LICENSE).

Import Components

import { Button } from '@aura-ui/button';

Component

Button: A react button component that is used to trigger an action.

Usage

Button Sizes

  <Flex>
    <Button size="1">Button</Button>
    <Button size="2">Button</Button>
    <Button size="3">Button</Button>
  </Flex>

Button Variant

  <Flex>
    <Button variant="subtle">Subtle</Button>
    <Button variant="outline">Outline</Button>
    <Button variant="solid">Solid</Button>
    <Button variant="ghost">Ghost</Button>
  </Flex>

FAQs

Package last updated on 08 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts