UNPKG

@multiplay/ui

Version:

UI kit for Unity and Multiplay applications

27 lines (17 loc) 349 B
# Paragraph Paragraph is a pure styled component render. Renders a standard `<p>` with themed styling ------- ## Usage Install ``` yarn add @multiplay/ui ``` Include ```javascript import { P } from '@multiplay/ui'; ``` Implement as follows ```javascript <P>This is a title</P> ``` ### For full prop types and usage see storybook info/knobs