UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

6 lines (5 loc) 262 B
import { CalciteShell, CalciteShellCenterRow, CalciteShellPanel } from "../index"; import { register } from "../utils"; register({ "calcite-shell": CalciteShell, "calcite-shell-center-row": CalciteShellCenterRow, "calcite-shell-panel": CalciteShellPanel });