You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -10,150 +10,63 @@ You can use these components as the base layer of your design system or adopt th
10
10
11
11
### Packages
12
12
13
-
-[💥 `@design-blocks/native`](https://github.com/openkitrun/design-blocks/tree/main/packages/native) - Core of Design Blocks. Features ThemeProvider, block, and createBlocks for token configuration, essential for UI customization and consistency.
For detailed information and usage instructions, visit our [official documentation](https://designblocks.dev). (Work in Progress)
27
25
28
-
## Installation
29
-
30
-
To integrate Design Blocks into your project, you can install the package using your preferred package manager. Choose one of the following commands:
31
-
32
-
```sh
33
-
// with pnpm
34
-
pnpm add @design-blocks/native@beta
35
-
36
-
// with yarn
37
-
yarn add @design-blocks/native@beta
38
-
39
-
// with npm
40
-
npm add @design-blocks/native@beta
41
-
42
-
// with bun
43
-
bun add @design-blocks/native@beta
44
-
```
45
-
46
-
## Configuring Design Blocks
47
-
48
-
### Creating Your Configuration File
49
-
50
-
To configure Design Blocks, create a `blocks.config.ts` file (.js works too) and `import createBlocks'` and `createTokens``functions from '@design-blocks/native'`.
Construye tus aplicaciones móviles React Native con bloques
5
+
</h1>
6
+
7
+
Una biblioteca open source con herramientas para crear interfaces de usuario dinámicas para aplicaciones escritas en React Native, enfocada en la experiencia del desarrollador.
8
+
9
+
Puedes usar estos componentes como la capa base de tu sistema de diseño o adoptarlos incrementalmente.
Componentes accesibles y agnósticos de estilo, ideales para integración en cualquier proyecto de Design Blocks. Maximiza la accesibilidad y flexibilidad de diseño.
15
+
16
+
#### Paquetes Futuros (En Planificación)
17
+
18
+
-[🔥 @design-blocks/primitives] - Componentes de layout (Box, Stack, Text)
19
+
20
+
<br/>
21
+
22
+
## Documentación
23
+
24
+
Para información detallada e instrucciones de uso, visita nuestra [documentación oficial](https://designblocks.dev). (Trabajo en Progreso)
25
+
26
+
## 📚 Paquete Actual
27
+
28
+
### **@design-blocks/unstyled**
29
+
30
+
Este paquete proporciona componentes UI esenciales sin opiniones de estilo:
31
+
32
+
-**Controles de Formulario**: Button, Checkbox, RadioGroup, Switch
33
+
-**Accesibilidad Completa**: Soporte para lectores de pantalla, navegación por teclado, atributos ARIA
34
+
-**API Componible**: Inspirada en el patrón de componentes compuestos de Radix UI
35
+
-**TypeScript**: Seguridad de tipos completa y excelente IntelliSense
36
+
-**Tree-shakeable**: Importa solo los componentes que uses
0 commit comments