UNPKG

@nexusui/components

Version:

These are custom components specially-developed for NexusUI applications. They will make your life easier by giving you out-of-the-box implementations for various high-level UI elements that you can drop directly into your application.

3 lines (2 loc) 575 B
"use client"; import{jsx as r}from"react/jsx-runtime";import{PlainCard as o}from"../PlainCard/PlainCard.container.js";import{ImageCard as a}from"../ImageCard/ImageCard.container.js";import{LinkCard as t}from"../LinkCard/LinkCard.container.js";import{ComplexCard as m}from"../ComplexCard/ComplexCard.container.js";import{EmptyCard as n}from"../EmptyCard/EmptyCard.container.js";import{ProductCard as i}from"../ProductCard/ProductCard.container.js";const d=a=>r(o,{...a});d.Plain=o,d.Image=a,d.Link=t,d.Complex=m,d.Empty=n,d.Product=i;const e=d;export{e as Card,e as default};