@klu_dev/ui-klu-green 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -68,8 +68,12 @@ import { Button } from "@klu_dev/ui-klu-green"
68
68
  export default function Example() {
69
69
  return <Button variant="primary">Continuar</Button>
70
70
  }
71
+ ```
72
+
71
73
 
72
74
  ## 🚀 Uso BackButton
75
+
76
+ ```tsx
73
77
  import { BackButton } from "@klu_dev/ui-klu-green"
74
78
 
75
79
  export default function Example() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@klu_dev/ui-klu-green",
3
3
  "private": false,
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "description": "Librería de componentes UI",
6
6
  "type": "module",
7
7
  "main": "dist/ui-klu-green.umd.cjs",