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