1.1.4 • Published 1 year ago

@nelhoa/svelte-modals v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Really Flexible Modals with TailwindCSS!

Includes tooltips that work harmoniously with the modals.

Find the documentation on the library's demo site

Objectifs

  • Performant
  • Facile à intégrer
  • Manipulable
  • Mieux typé
  • Stackable
  • Le tooltip devrait être intégré à la modale

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.19

1 year ago

1.1.0

1 year ago

1.1.4

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.11

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.10

2 years ago

1.0.0

2 years ago