1.0.18 • Published 9 months ago

@nelhoa/svelte-modals v1.0.18

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

Really Flexible Modals with TailwindCSS!

Includes tooltips that work harmoniously with the modals.

Find the documentation on the library's demo site

Installation Guide

npm install @nelhoa/svelte-modals

For the modals to work correctly, your project must use TypeScript.

Modify your tailwind.config.js file to include the svelte-modals library:

/** @type {import('tailwindcss').Config} */
export default {
  content: ['./src/**/*.{html,js,svelte,ts}',
    './node_modules/@nelhoa/**/*.{html,js,svelte,ts}'
  ],
  theme: {
    extend: {},
  },
  plugins: [],
}
1.0.18

9 months ago

1.0.17

10 months ago

1.0.16

10 months ago

1.0.11

10 months ago

1.0.15

10 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.10

10 months ago

1.0.0

10 months ago