@sector.siit/mlz-components 1.0.11 → 1.0.12
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 +1 -14
- package/dist/index.esm.js +22 -1394
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +32 -1404
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -121,20 +121,6 @@ export default function RootLayout({
|
|
|
121
121
|
}
|
|
122
122
|
```
|
|
123
123
|
|
|
124
|
-
### En React / Vite
|
|
125
|
-
|
|
126
|
-
```tsx
|
|
127
|
-
import { Button } from '@sector.siit/mlz-components';
|
|
128
|
-
|
|
129
|
-
function App() {
|
|
130
|
-
return (
|
|
131
|
-
<Button variant="primary" size="md">
|
|
132
|
-
¡Hola Mundo!
|
|
133
|
-
</Button>
|
|
134
|
-
);
|
|
135
|
-
}
|
|
136
|
-
```
|
|
137
|
-
|
|
138
124
|
## 🎨 Personalización con Variables CSS
|
|
139
125
|
|
|
140
126
|
La librería utiliza variables CSS que puedes sobrescribir en tu proyecto:
|
|
@@ -375,6 +361,7 @@ git push origin main # 🚀 Publica a NPM + GitHub Release
|
|
|
375
361
|
|
|
376
362
|
- [🛠️ Developer Guide](./docs/DEVELOPER.md) - Guía completa para desarrolladores
|
|
377
363
|
- [🚀 CI/CD Documentation](./docs/CI-CD.md) - Sistema de deployments automatizados
|
|
364
|
+
- [⚡ Next.js Integration Guide](./docs/NEXTJS_GUIDE.md) - Guía completa para usar en Next.js
|
|
378
365
|
|
|
379
366
|
## 👥 Contributors
|
|
380
367
|
|