🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more
Socket
Book a DemoInstallSign in
Socket

@instructure/ui-buttons

Package Overview
Dependencies
Maintainers
35
Versions
2278
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-buttons

Accessible button components

Source
npmnpm
Version
5.32.0-rc.3
Version published
Weekly downloads
22K
15.73%
Maintainers
35
Weekly downloads
 
Created
Source

category: packages

ui-buttons

npm build-status MIT License Code of Conduct

Installation

yarn add @instructure/ui-buttons

Usage

import React from 'react'
import Button from '@instructure/ui-buttons/lib/components/Button'

export default MyButton = function () {
  return (
    <Button>Hello button</Button>
  )
}

Components

The ui-buttons package contains the following:

  • Button
  • CloseButton

Contribute

See the contributing guidelines for details.

License

MIT

FAQs

Package last updated on 29 Oct 2018

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