UNPKG

@agnos-ui/core-bootstrap

Version:

Styles and component interface extensions necessary to use AgnosUI with Bootstrap.

14 lines (13 loc) 247 B
const BS_CONTEXTUAL_CLASSES = Object.values({ success: "success", info: "info", warning: "warning", danger: "danger", primary: "primary", secondary: "secondary", light: "light", dark: "dark" }); export { BS_CONTEXTUAL_CLASSES };