` como el `children` prop a `RowList`:
```js
This is the first item. This is the second item. This is the third item. Este es el primer elemento. Este es el segundo elemento. Este es el tercer elemento.
This is the first item.
+Este es el primer elemento.
This is the second item.
+Este es el segundo elemento.
This is the third item.
+Este es el tercer elemento.
This is the first item.
-This is the second item.
-This is the third item.
+Este es el primer elemento.
+Este es el segundo elemento.
+Este es el tercer elemento.
This is the first item.
` +1. `Este es el primer elemento
` 2. `This is the first item.
+Este es el primer elemento.
This is the second item.
-This is the third item.
+Este es el segundo elemento.
+Este es el tercer elemento.
> ); } @@ -202,15 +202,15 @@ export default function RowList({ children }) {This is the first item.
-This is the second item.
-This is the third item.
+Este es el primer elemento.
+Este es el segundo elemento.
+Este es el tercer elemento.
This is the first item.
-This is the second item.
-This is the third item.
+Este es el primer elemento.
+Este es el segundo elemento.
+Este es el tercer elemento.
This is the first item.
-This is the second item.
-This is the third item.
+Este es el primer elemento.
+Este es el segundo elemento.
+Este es el tercer elemento.
This is the first item.
+Este es el primer elemento.
This is the second item.
+Este es el segundo elemento.
This is the third item.
+Este es el tercer elemento.
This is the first item.
+Este es el primer elemento.
This is the second item.
+Este es el segundo elemento.
This is the third item.
+Este es el tercer elemento.
This is the second item.
}, - { id: 'third', content:This is the third item.
} + { id: 'first', content:Este es el primer elemento.
}, + { id: 'second', content:Este es el segundo elemento.
}, + { id: 'third', content:Este es el tercer elemento.
} ]} /> ); } @@ -562,9 +562,9 @@ export function RowList({ rows }) {This is the first item.
+ content:Este es el primer elemento.
}, { id: 'second', header: 'Second', - content:This is the second item.
+ content:Este es el segundo elemento.
}, { id: 'third', header: 'Third', - content:This is the third item.
+ content:Este es el tercer elemento.
} ]} /> ); @@ -622,13 +622,13 @@ export default function TabSwitcher({ tabs }) {This is the {tabId} item.
; + returnEste es el {tabId} elemento.
; }} /> ); @@ -677,9 +677,9 @@ export default function TabSwitcher({ tabIds, getHeader, renderContent }) {This is the {id} item.
+Este es el {id} elemento.