- Sistema de diseño
-
- Botones
- {/* Variant */}
- Variante
-
-
-
-
-
-
-
-
- {/* Size */}
- Tamaño
-
-
-
-
-
-
- {/* RADIUS */}
- Radius
-
-
-
-
-
-
- Badges
- Variant
-
-
- badge default
-
-
- badge secondary
-
-
- badge outline
-
-
-
- {/* badge sizes */}
- Size
-
-
- badge lg
-
-
- badge default
-
-
- badge sm
-
-
-
- {/* cards */}
- Cards
-
- {projects.map(
- ({
- id,
- date,
- route,
- title,
- subtitle,
- tags,
- category,
- name,
- position,
- center,
- author,
- doi,
- mail,
- }) => {
- return (
-
- );
- }
- )}
-
-
-
- Cards predefinidas
-
-
-
-
-
-
-
-
-
-
- `} //Código SVG
- />
-
-
-
- Tabs{" "}
-
-
- {/* Pasa las categorías y las tarjetas al componente Tabs */}
-
-
-
- {filteredCards.map(
- (
- { date, route, title, center, description, tags, category },
- index
- ) => (
-
- )
- )}
-
-
-
- Recent publications
-
-
-
- Jerarquías de textos
-
-
- Títulos de 1er nivel
-
-
- Títulos de 2o nivel
-
-
- Títulos de 3er nivel
-
-
- Títulos de 4o nivel
-
-
- Títulos de 5o nivel
-
-
- Títulos de 6º nivel
-
-
- jerarquías de textos
- jerarquías de textos
+
);
}
diff --git a/components/core/Cards.jsx b/components/core/Cards.jsx
index 1757b8e..0ef0536 100644
--- a/components/core/Cards.jsx
+++ b/components/core/Cards.jsx
@@ -249,8 +249,8 @@ const Card = React.forwardRef(