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
0
Versions
2054
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-buttons

Accessible button components

10.9.1-snapshot-5
Source
npm
Version published
Weekly downloads
18K
18.68%
Maintainers
0
Weekly downloads
 
Created
Source

category: packages

ui-buttons

npm MIT License Code of Conduct

Accessible button components.

Components

The ui-buttons package contains the following:

Installation

npm install @instructure/ui-buttons

Usage

import React from 'react'
import { Button } from '@instructure/ui-buttons'

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

FAQs

Package last updated on 18 Dec 2024

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