Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

@instructure/ui-portal

Package Overview
Dependencies
Maintainers
50
Versions
2372
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-portal

A UI component library made by Instructure Inc.

Source
npmnpm
Version
10.30.0
Version published
Weekly downloads
21K
-19.82%
Maintainers
50
Weekly downloads
 
Created
Source

ui-portal

npm MIT License Code of Conduct

Components

The ui-portal package contains the following:

  • Portal

Installation

npm install @instructure/ui-portal

Usage

import React from 'react'
import { Portal } from '@instructure/ui-portal'

const MyPortal = () => {
  return (
    <Portal open>
      <Text>Hello from Portal</Text>
    </Portal>
  )
}

FAQs

Package last updated on 20 Feb 2026

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