Socket
Socket
Sign inDemoInstall

@instructure/ui-layout

Package Overview
Dependencies
75
Maintainers
28
Versions
940
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @instructure/ui-layout

[![npm][npm]][npm-url] [![build-status][build-status]][build-status-url] [![MIT License][license-badge]][LICENSE] [![Code of Conduct][coc-badge]][coc]


Version published
Weekly downloads
10K
increased by54.11%
Maintainers
28
Created
Weekly downloads
 

Readme

Source

category: packages

ui-layout

npm build-status MIT License Code of Conduct

Installation

yarn add @instructure/ui-layout

Usage

import React from 'react'
import Layout, { LayoutTray, LayoutContent } from '@instructure/ui-layout/lib/components/Layout'

export default MyLayout = function () {
  return (
    <Layout>
      <LayoutTray>Hello from layout tray</LayoutTray>
      <LayoutContent>Hello from layout content</LayoutContent>
    </Layout>
  )
}

Components

The ui-layout package contains the following components:

Utilities

The ui-layout package contains the following utilities:

Contribute

See the contributing guidelines for details.

License

MIT

FAQs

Last updated on 29 Jan 2018

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc