/revo-ui-bootstrap

ui bootstrap component for revo

Primary LanguageJavaScript

REVO-UI-BOOTSTRAP

Simple component bootstrapper for revo

Example

To bootstrap your static theme with a UI config component:

# revo recipe
config:
  clonq/revo-ui-bootstrap:
    load: clonq/revo-config-ui

To remove elements from the DOM:

# revo recipe
config:
  clonq/revo-ui-bootstrap:
    remove: "nav, .container"