UNPKG

@multiplay/ui

Version:

UI kit for Unity and Multiplay applications

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