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

@instructure/ui-overlays

Package Overview
Dependencies
Maintainers
36
Versions
2043
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-overlays

A UI component library made by Instructure Inc.

10.7.1-snapshot-3
Source
npm
Version published
Weekly downloads
13K
7.1%
Maintainers
36
Weekly downloads
 
Created
Source

category: packages

ui-overlays

npm MIT License Code of Conduct

Components

The ui-overlays package contains the following:

  • Mask
  • Overlay

Installation

npm install @instructure/ui-overlays

Usage

import React from 'react'
import { Mask } from '@instructure/ui-overlays'

const MyMask = () => {
  return (
    <Mask>
      <Text>Hello mask</Text>
    </Mask>
  )
}

FAQs

Package last updated on 09 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