Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 284 Bytes

File metadata and controls

19 lines (13 loc) · 284 Bytes

Level

A UI component that renders all children in 1 row/line.

Installation

npm install --save @app-elements/level

Usage

import Image from '@app-elements/level'

<Level>
  <button>One</button>
  <button>Two</button>
  <button>Three</button>
</Level>