A web component that places its content side-by-side in a row.
A web component that places its content side-by-side in a row.
``html`
Item 1
Item 2
Item 3
Item 4
Install the component:
`sh`
npm i @logo-elements/horizontal-layout -s
Once installed, import the component in your application:
`js``
import '@logo-elements/horizontal-layout';