Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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>