@ldmjs/ui 1.0.1 → 1.0.3

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/README.md CHANGED
@@ -383,6 +383,21 @@ const comboboxItems = [
383
383
  ```html
384
384
  <ld-edit-masked-text v-model="maskedText" mask="000-000-000 00" label="Ld Edit Masked Text" />
385
385
  ```
386
+ ## ld-text-markup
387
+
388
+ ### use text markup
389
+
390
+ ```html
391
+ <ld-text-markup v-model="textMarkup" required label="Ld Text Markup" />
392
+ ```
393
+
394
+ ## ld-switch
395
+
396
+ ### use switch
397
+
398
+ ```html
399
+ <ld-switch label="Ld Switch" v-model="toggle" />
400
+ ```
386
401
 
387
402
  # Utilities
388
403