0.5.3 • Published 7 months ago

@eox/layout v0.5.3

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Layout

Usage

npm install @eox/layout
// for setups with bundlers e.g. Vite
import "@eox/layout"

// or, for e.g. single HTML files without bundler
import "@eox/layout/dist/eox-layout.js"

<eox-layout>
  <eox-layout-item></eox-layout-item>
</eox-layout>

// TODO: add documentation

Contribute

npm watch
(on root) npm run cypress
(on root) npm run format

npm version <new version>
npm run build
npm publish (requires OTP)

Changelog

Created automatically here

0.3.0

1 year ago

0.5.3

7 months ago

0.5.0

8 months ago

0.4.0

9 months ago

0.5.2

7 months ago

0.5.1

8 months ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

2 years ago