Caleb Porzio 5 năm trước cách đây
mục cha
commit
077b829131
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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
 ## 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*
 *Dropdown/Modal*
 ```html
 ```html
 <div x-data="{ open: false }">
 <div x-data="{ open: false }">