Socket
Book a DemoInstallSign in
Socket

@instructure/ui-buttons

Package Overview
Dependencies
Maintainers
36
Versions
2249
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
10.6.1-snapshot-4
Version published
Weekly downloads
20K
7.99%
Maintainers
36
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 20 Nov 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