0.3.0 • Published 2 years ago

mariane v0.3.0

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

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.