Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@instructure/ui-toggle-details

Package Overview
Dependencies
Maintainers
54
Versions
2365
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-toggle-details

A styled toggleable, accordion-like component.

Source
npmnpm
Version
11.7.2
Version published
Weekly downloads
14K
-2.44%
Maintainers
54
Weekly downloads
 
Created
Source

ui-toggle-details

npm MIT License Code of Conduct

A styled toggleable, accordion-like component.

Components

The ui-toggle-details package contains the following:

Installation

npm install @instructure/ui-toggle-details

Usage

import React from 'react'
import { ToggleDetails } from '@instructure/ui-toggle-details'

const MyToggleDetails = () => {
  return (
    <ToggleDetails summary="Hello toggle">
      <Text>Hello details</Text>
    </ToggleDetails>
  )
}

FAQs

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