JSPM

@instructure/ui-container

5.1.1-dev.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 283
  • Score
    100M100P100Q12187F
  • License MIT

Package Exports

  • @instructure/ui-container
  • @instructure/ui-container/lib/components/Container

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

npm build-status MIT License Code of Conduct

Use Container as a wrapper to separate content and/or to set the text alignment for a section of content.

Installation

yarn add @instructure/ui-container

Usage

import React from 'react'
import Container from '@instructure/ui-container/lib/components/Container'

export default MyContainer = function () {
  return (
    <Container>
      <Text>Hello from Container</Text>
    </Container>
  )
}

Components

The ui-container package contains the following:

Contribute

See the contributing guidelines for details.

License

MIT