New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@instructure/ui-layout

Advanced tools

Socket logo

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
183
decreased by-73.05%
Maintainers
37
Weekly downloads
 
Created

category: packages

ui-layout

npm build-status MIT License Code of Conduct

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>
  )
}

Components

The ui-layout package contains the following components:

Deprecated components

The following components have been deprecated and will be removed from the ui-layout package:

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

Utilities

The ui-layout package contains the following utilities:

Contribute

See the contributing guidelines for details.

License

MIT

FAQs

Package last updated on 08 Nov 2019

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