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