@multiplay/ui
Version:
UI kit for Unity and Multiplay applications
27 lines (17 loc) • 353 B
Markdown
# Heading one
Heading one is a pure styled component render. Renders a standard `<h3>` with themed styling
---
## Usage
Install
```
yarn add @multiplay/ui
```
Include
```javascript
import { H3 } from '@multiplay/ui';
```
Implement as follows
```javascript
<H3>This is a title</H3>
```
### For full prop types and usage see storybook info/knobs