hunchcloud / elements

A collection of custom elements

Home Page:https://hunch-elements.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hunch Elements

npm

A collection of custom element. Originally designed to be used on Hunch, but can be used anywhere web components are supported.

🛸 Documentation

Install by

yarn add @hunchcloud/elements

then import by

import '@hunchcloud/elements';

And you will be able use the following elements:

  • <hunch-auto-focus>: focus the first child element with the autofocus attribute
  • <hunch-carousel>: a carousel/slider element
  • <hunch-img>: a lazy loading image element
  • <hunch-navbar>: a responsive navbar element
  • <hunch-tabs>: a tab container element

About

A collection of custom elements

https://hunch-elements.netlify.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 78.1%Language:JavaScript 17.9%Language:CSS 4.1%