Socket
Socket
Sign inDemoInstall

@instructure/ui-drawer-layout

Package Overview
Dependencies
19
Maintainers
33
Versions
983
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @instructure/ui-drawer-layout

A main-content-plus-tray layout component


Version published
Weekly downloads
5.2K
decreased by-19.88%
Maintainers
33
Created
Weekly downloads
 

Changelog

Source

8.56.0 (2024-05-06)

Features

  • ui-top-nav-bar: add onclick prop for hidden menu item (7228ae1)

Readme

Source

category: packages

ui-drawer-layout

npm  MIT License  Code of Conduct

A main-content-plus-tray layout component

Components

The ui-drawer-layout package contains the following:

Installation

npm install @instructure/ui-drawer-layout

Usage

import React from 'react'
import { DrawerLayout } from '@instructure/ui-drawer-layout'

const MyLayout = () => {
  return (
    <DrawerLayout>
      <DrawerLayout.Tray>Hello from layout tray</DrawerLayout.Tray>
      <DrawerLayout.Content>Hello from layout content</DrawerLayout.Content>
    </DrawerLayout>
  )
}

FAQs

Last updated on 06 May 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc