Socket
Socket
Sign inDemoInstall

@ausbom/button

Package Overview
Dependencies
11
Maintainers
5
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ausbom/button

Buttons help users perform actions and make choices. They can include text and icons to communicate what will happen when a user interacts with them.


Version published
Maintainers
5
Created

Readme

Source

@ausbom/button

Buttons help users perform actions and make choices. They can include text and icons to communicate what will happen when a user interacts with them.

Installation

npm install @ausbom/button

Usage

import Button from '@ausbom/button'
import ExternalLink16 from '@ausbom/icon/lib/icons/system/ExternalLink16'
import React from 'react'

<Button
  icon={ExternalLink16}
  variant="primary"
  dark
>
  Maps
</Button>

Keywords

FAQs

Last updated on 26 Mar 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc