@sportflow/ui 0.0.1 → 0.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
@@ -1,4 +1,4 @@
1
- # SportFlow UI
1
+ # @sportflow/ui
2
2
 
3
3
  Sistema de Diseño basado en átomos, moléculas, y organismos. Construido con Vite, TypeScript y Tailwind CSS.
4
4
 
@@ -11,13 +11,13 @@ Sistema de Diseño basado en átomos, moléculas, y organismos. Construido con V
11
11
  ## 📥 Instalación
12
12
 
13
13
  ```bash
14
- npm install sportflow-ui
14
+ npm install @sportflow/ui
15
15
  ```
16
16
 
17
17
  ## 💡 Uso Rápido
18
18
 
19
19
  ```bash
20
- import { Button } from 'sportflow-ui';
20
+ import { Button } from '@sportflow/ui';
21
21
 
22
22
  function App() {
23
23
  return (