1.0.18 • Published 8 months ago

@nelhoa/svelte-modals v1.0.18

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 months ago

1.0.17

8 months ago

1.0.16

8 months ago

1.0.11

8 months ago

1.0.15

8 months ago

1.0.14

8 months ago

1.0.13

8 months ago

1.0.12

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.10

8 months ago

1.0.0

8 months ago