UMD Web Components Library
    Preparing search index...

    Namespace accordion

    Component Registration Functions

    All web component registration functions for the UMD Design System. Each function must be called to register its component with the browser.

    import * as Components from '@universityofmaryland/web-components-library/web-components';

    // Register specific components
    Components.accordion.item();
    Components.card.standard();
    Components.hero.base();
    // Import individual components for tree-shaking
    import { CardStandard, HeroBase } from '@universityofmaryland/web-components-library/web-components';

    CardStandard();
    HeroBase();

    References

    AccordionItem → AccordionItem
    item → AccordionItem