0.8.2 • Published 10 months ago

louisette v0.8.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Louisette

npm GitHub Workflow Status

A collection of headless component primitives for Svelte.

Installation

npm install louisette

Usage

<script>
  import { createCollapsible } from 'louisette'

  const { triggerAttrs, contentAttrs } = createCollapsible()
</script>

<div>
  <button {...$triggerAttrs}>Toggle</button>
  <div {...$contentAttrs}>
    <p>Content</p>
  </div>
</div>

You can check out the documentation for more examples.

0.1.0

12 months ago

0.3.0

12 months ago

0.2.0

12 months ago

0.8.1

10 months ago

0.8.0

10 months ago

0.7.1

11 months ago

0.8.2

10 months ago

0.5.0

12 months ago

0.4.1

12 months ago

0.4.0

12 months ago

0.7.0

11 months ago

0.6.1

11 months ago

0.6.0

11 months ago

0.5.1

12 months ago

0.0.1

1 year ago