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>