Astro-DX Logo Astro-DX
GitHub
@astro-dx/elements

Custom elements

dx-if, dx-show, dx-for as custom elements — explicit, self-documenting markup.

dx-show, dx-if, dx-for — ShopService
You have items in your cart

Modal is open

Close
Add product Open modal Clear

Code example

"code-keyword">import { register } "code-keyword">from '@astro-dx/elements';
"code-keyword">import '@astro-dx/elements';

"code-function">register({
  hasItems: ShopService.hasItems,
  isModalOpen: ShopService.isModalOpen,
  cartItems: ShopService.cartItems,
});