Skip to content

Commit

Permalink
feat(docs): add translate introduction to Spanish (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastián García authored Apr 20, 2024
1 parent fe7e574 commit f158d37
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/pages/docs/introduction.es-ES.mdx
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
---
title: Introduction
title: Introduccíon
description: Open UI. OpenLand's official framework design system 🎨.
---

import {Accordion, AccordionItem, AccordionTrigger, AccordionContent} from '@openui-org/react/components'

# Introduction

Open UI. OpenLand's official framework design system. This is a non-profit library developed with existing standard concepts.
Open UI. El sistema oficial de diseño de marcos de OpenLand. Se trata de una biblioteca sin ánimo de lucro desarrollada con conceptos estándar existentes.

**What is the reason for creating a new component library??**
**¿Cuál es la razón para crear una nueva biblioteca de componentes?**

Thanks to existing libraries like [shadcn](https://ui.shadcn.com), it allows us the ease of creating a completely easy and customizable design system, our team wanted to take a step forward.
Gracias a librerías existentes como [shadcn](https://ui.shadcn.com), que nos permite la facilidad de crear un sistema de diseño completamente fácil y personalizable, nuestro equipo quiso dar un paso adelante.

## FAQ

<Accordion type="multiple">

<AccordionItem value="faq-1">
<AccordionTrigger>
Who maintains Open UI?
¿Quién se encarga de mantener Open UI?
</AccordionTrigger>
<AccordionContent>
Open UI is maintained by a group of friends who develop non-profit software all for educational and learning purposes in this incredible world.
Open UI es mantenido por un grupo de amigos que desarrollan software sin ánimo de lucro, todo ello con fines educativos y de aprendizaje en este increíble mundo.
</AccordionContent>
</AccordionItem>

<AccordionItem value="faq-2">
<AccordionTrigger>
Will there be support for other popular libraries in the future?
¿Habrá compatibilidad con otras bibliotecas populares en el futuro?
</AccordionTrigger>
<AccordionContent>
Yeah. That's right, the frontend world is full of popular and excellent libraries and for us it is very important to be around those wonderful tools
Sí. Así es, el mundo frontend está lleno de populares y excelentes librerías y para nosotros es muy importante estar cerca de esas maravillosas herramientas
</AccordionContent>
</AccordionItem>

<AccordionItem value="faq-3">
<AccordionTrigger>
Is there an inspiration in the creation of Open UI?
¿Hay alguna inspiración en la creación de Open UI?
</AccordionTrigger>
<AccordionContent>
Forks. All modern and most used libraries [nextui](https://nextui.org/), [headlessui](https://headlessui.com/), [chakra ui](https://v2.chakra-ui.com/)
Forks. Todas las bibliotecas modernas y más utilizadas [nextui](https://nextui.org/), [headlessui](https://headlessui.com/), [chakra ui](https://v2.chakra-ui.com/)
</AccordionContent>
</AccordionItem>

Expand Down

0 comments on commit f158d37

Please sign in to comment.