Socket
Socket
Sign inDemoInstall

@instructure/ui-layout

Package Overview
Dependencies
20
Maintainers
31
Versions
940
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @instructure/ui-layout

A UI component library made by Instructure Inc.


Version published
Weekly downloads
3.7K
increased by25.06%
Maintainers
31
Install size
16.0 MB
Created
Weekly downloads
 

Readme

Source

category: packages

ui-layout

npm  build-status  MIT License  Code of Conduct

Deprecated Components

The ui-layout package will be removed in version 7.0.0. Please update your imports as follows:

Codemods are provided to assist in updating the packages. See ui-codemods

Deprecated Utilities

The ui-layout package will be removed in version 7.0.0. Please update your imports as follows:

Installation

yarn add @instructure/ui-layout

Usage

import React from 'react'
import { DrawerLayout } from '@instructure/ui-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 25 Jun 2020

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