UNPKG

element-book

Version:

An [`element-vir`](https://npmjs.com/package/element-vir) drop-in element for building, testing, and demonstrating a collection of elements (or, in other words, a design system).

19 lines (18 loc) 637 B
/** * Slots to be used on an element-book app instance for inserting custom HTML into the app. * * @category Main */ export var ElementBookSlotName; (function (ElementBookSlotName) { /** * Used to specify a footer for the main element example viewer. It always appears at the bottom * of the viewer's scroll area. */ ElementBookSlotName["Footer"] = "book-footer"; /** * Used to specify a header above the navigation sidebar. This is a particularly good place for * branding. */ ElementBookSlotName["NavHeader"] = "book-nav-header"; })(ElementBookSlotName || (ElementBookSlotName = {}));