New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@instructure/ui-buttons

Package Overview
Dependencies
Maintainers
28
Versions
2053
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.14.0-rc.3
Source
npm
Version published
Weekly downloads
18K
18.68%
Maintainers
28
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 26 Jun 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