UNPKG

@multiplay/ui

Version:

UI kit for Unity and Multiplay applications

29 lines (19 loc) 377 B
# Container Container is a pure styled component render. Renders a standard `<div>` with themed styling ------- ## Usage Install ``` yarn add @multiplay/ui ``` Include ```javascript import { Container } from '@multiplay/ui'; ``` Implement as follows ```javascript <Container> // My content </Container> ``` ### For full prop types and usage see storybook info/knobs