AsideTools

This component allows you to create an aside tools. It contains a icon and a label.

Example

AsideTools

<aside-tools>
  <span slot="label">{{ appName }}</span>
</aside-tools>;

export default {
  name: "App",
  data() {
    return {
      appName: this.$config.appName,
    };
  },
};

Props

NameDescriptionTypeRequiredDefault
iconThe app iconStringfalsenull
labelThe app nameStringfalsenull

Slots

NameDescriptionDefault Slot Content
labelThe app name-