An open API service indexing awesome lists of open source software.

https://github.com/hunchcloud/elements

A collection of custom elements
https://github.com/hunchcloud/elements

carousel custom-elements navbar web-components

Last synced: 30 days ago
JSON representation

A collection of custom elements

Awesome Lists containing this project

README

          

# Hunch Elements

[![npm](https://img.shields.io/npm/v/@hunchcloud/elements.svg)](https://www.npmjs.com/package/@hunchcloud/elements)

A collection of custom element. Originally designed to be used on [Hunch](https://hunch.cloud), but can be used anywhere web components are supported.

🛸 [Documentation](https://hunch-elements.netlify.com)

Install by

```
yarn add @hunchcloud/elements
```

then import by

```
import '@hunchcloud/elements';
```

And you will be able use the following elements:

- ``: focus the first child element with the `autofocus` attribute
- ``: a carousel/slider element
- ``: a lazy loading image element
- ``: a responsive navbar element
- ``: a tab container element