UNPKG

@multiplay/ui

Version:

UI kit for Unity and Multiplay applications

29 lines (19 loc) 356 B
# Ordered list Ol is a pure styled component render. Renders a standard `<ol>` with themed styling ------- ## Usage Install ``` yarn add @multiplay/ui ``` Include ```javascript import { Ol } from '@multiplay/ui'; ``` Implement as follows ```javascript <Ol> // My content here </Ol> ``` ### For full prop types and usage see storybook info/knobs