JSPM

@instructure/ui-toggle-details

5.33.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9226
  • Score
    100M100P100Q142512F
  • License MIT

A UI component library made by Instructure Inc.

Package Exports

  • @instructure/ui-toggle-details
  • @instructure/ui-toggle-details/lib/components/ToggleDetails

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@instructure/ui-toggle-details) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme


category: packages

ui-toggle-details

npm build-status MIT License Code of Conduct

Installation

yarn add @instructure/ui-toggle-details

Usage

import React from 'react'
import Portal from '@instructure/ui-toggle-details/lib/components/ToggleDetails'

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

Components

The ui-toggle-details package contains the following:

Contribute

See the contributing guidelines for details.

License

MIT