Socket
Socket
Sign inDemoInstall

@commercetools-uikit/flat-button

Package Overview
Dependencies
Maintainers
4
Versions
837
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools-uikit/flat-button

#### Description


Version published
Weekly downloads
16K
increased by77.75%
Maintainers
4
Weekly downloads
 
Created
Source

Buttons: Flat Button

Description

Flat buttons are minimal and a flat variation of primary and secondary buttons.

Usage
import FlatButton from '@commercetools-uikit/flat-button';

<FlatButton
  tone="primary"
  icon={<InformationIcon />}
  label="A label text"
  onClick={() => alert('Button clicked')}
  isDisabled={false}
/>;

iconClass label url onClick

Properties
PropsTypeRequiredValuesDefaultDescription
toneoneOf-primary, secondary, ivertedprimary-
typestring-submit, reset, buttonbuttonUsed as the HTML type attribute.
labelstring--Should describe what the button is for
onClickfunc--What the button will trigger when clicked
iconelement---The icon of the button
iconPositiononeOf-left, rightleftThe position of the icon
isDisabledboolean---Tells when the button should present a disabled state
asstring or element---You may pass in a string like "a" to have the button render as an anchor tag instead. Or you could pass in a React Component, like a Link.

The component further forwards all valid HTML attributes to the underlying button component.

Where to use

Main Functions and use cases are:

  • Secondary or primary action example: clear filters

  • Expand/Collapse list of fields example: product attributes

FAQs

Package last updated on 09 Mar 2020

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc