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
- Host: GitHub
- URL: https://github.com/hunchcloud/elements
- Owner: hunchcloud
- License: bsd-3-clause
- Created: 2020-02-02T01:36:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T11:36:17.000Z (almost 6 years ago)
- Last Synced: 2025-03-08T06:33:45.546Z (over 1 year ago)
- Topics: carousel, custom-elements, navbar, web-components
- Language: TypeScript
- Homepage: https://hunch-elements.netlify.com
- Size: 336 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Hunch Elements
[](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