2.0.1 • Published 4 years ago

@app-elements/level v2.0.1

Weekly downloads
114
License
ISC
Repository
github
Last release
4 years ago

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>