wally-ui 1.0.13 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -20,8 +20,12 @@
|
|
|
20
20
|
onclick="navigator.clipboard.writeText('npx wally-ui add button')">
|
|
21
21
|
<pre class="m-0">$ npx wally-ui add button</pre>
|
|
22
22
|
</code>
|
|
23
|
+
|
|
24
|
+
<code
|
|
25
|
+
class="w-full mt-6 block bg-gray-200 dark:bg-[#121212] dark:text-white text-[#0a0a0a] p-4 rounded-md text-sm cursor-pointer hover:opacity-85 transition-colorsselect-all"
|
|
26
|
+
onclick="navigator.clipboard.writeText('npx wally-ui add button')">
|
|
27
|
+
<pre class="m-0">$ npx wally-ui list</pre>
|
|
28
|
+
</code>
|
|
23
29
|
</div>
|
|
24
|
-
<wally-button></wally-button>
|
|
25
30
|
</div>
|
|
26
|
-
|
|
27
31
|
</div>
|