mariane
v0.3.0
Published
A collection of accessible web components
Downloads
3
Maintainers
Readme
Mariane
A collection of fully accessible web components.
Install
npm install mariane
Usage
Import the components:
<script src="https://unpkg.com/mariane"></script>
And use the one you need:
<p id="hello-world">Hover me!</p>
<mariane-tooltip for="hello-world">Hello World!</mariane-tooltip>
For more information, check the documentation.
Storybook
Clone this repo, install dependencies and run the following command:
pnpm install
pnpm dev
It launches vitebook to preview available components.