UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

22 lines (21 loc) 466 B
export const CSS = { container: "container", header: "header", footer: "footer", title: "title", subtitle: "subtitle", thumbnailWrapper: "thumbnail-wrapper", checkboxWrapper: "checkbox-wrapper" }; export const SLOTS = { thumbnail: "thumbnail", title: "title", subtitle: "subtitle", footerLeading: "footer-leading", footerTrailing: "footer-trailing" }; export const TEXT = { select: "Select", deselect: "Deselect", loading: "Loading" };