0.0.2 • Published 2 years ago

headless-elements v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Headless elements

npm Build Status

The goal of this project is to create a library of Custom Elements to stop reinventing the wheel (starting by reinventing the wheel using CustomElements) for generic components.

To use this library you juste have to import all the element or the one you want :

import {CookieBanner} from 'headless-elements'
// Then you can register the component
CookieBanner.register()

All the elements can be found on the Storybook