From 759ee87f605d9bf35424c92aef618b151b3fd40b Mon Sep 17 00:00:00 2001 From: Francisco Presencia Date: Thu, 3 Oct 2024 18:30:32 +0900 Subject: [PATCH] Update readme.md --- src/plugins/label/readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/plugins/label/readme.md b/src/plugins/label/readme.md index b7fe789c..c822e88e 100644 --- a/src/plugins/label/readme.md +++ b/src/plugins/label/readme.md @@ -10,3 +10,16 @@ An element to display some short relevant information on the side of other eleme

paragraph Normal

``` +They are like buttons, but without interactive parts. + +### Variations + +Besides the basic `label`, there are 4 variations `success`, `warning`, `error` and `pseudo`: + +```html +

paragraph Default

+

paragraph Success

+

paragraph Warning

+

paragraph Error

+

paragraph Pseudo

+```