@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 `<h2>` with themed styling
---
## Usage
Install
```
yarn add @multiplay/ui
```
Include
```javascript
import { H2 } from '@multiplay/ui';
```
Implement as follows
```javascript
<H2>This is a title</H2>
```
### For full prop types and usage see storybook info/knobs