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
Installation
yarn add @instructure/ui-containerUsage
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.