0.0.1-alpha.8 • Published 2 years ago
@enhance/layout-elements v0.0.1-alpha.8
Enhance Layout Elements
A collection of custom elements for implementing layout patterns.
⚠️ Currently under active development and not recommended for use in production.
Usage
- Install the package:
npm i @enhance/layout-elements
- Expose the element you'd like to use:
// app/elements/layout-collection.mjs import { collection } from '@enhance/layout-elements' export default collection
Use the element in your app:
// app/pages/index.html <layout-collection> <img src='…' alt='…' /> <img src='…' alt='…' /> <img src='…' alt='…' /> </layout-collection>
Individual element descriptions and links to their docs follow below.
Elements
Collection
A single file component for creating a horizontally scrollable collection of items, with optional scroll snapping.
Sidebar
A single file component for creating an adaptive sidebar layout.
0.0.1-alpha.8
2 years ago
0.0.1-alpha.7
2 years ago
0.0.1-alpha.6
2 years ago
0.0.1-alpha.5
2 years ago
0.0.1-alpha.4
2 years ago
0.0.1-alpha.3
2 years ago
0.0.1-alpha.2
2 years ago
0.0.1-alpha.1
2 years ago
0.0.1-alpha.0
2 years ago