🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@instructure/ui-buttons

Package Overview
Dependencies
Maintainers
29
Versions
2178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-buttons

Accessible button components

5.0.0
Source
npm
Version published
Weekly downloads
14K
32.17%
Maintainers
29
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 30 Mar 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