Caleb Porzio 5 years ago
parent
commit
077b829131
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -15,6 +15,9 @@ Add the following script to the end of your `<head>` section.
 ```
 
 ## Use
+
+> These examples use the `.hidden` class from Tailwind. If you aren't using tailwind, just add `.hidden { display: none; }` to your stylesheet.
+
 *Dropdown/Modal*
 ```html
 <div x-data="{ open: false }">