1.0.3 • Published 3 years ago

x-backend v1.0.3

Weekly downloads
6
License
ISC
Repository
github
Last release
3 years ago

x-adminlte

Alt

A simple x-component for Adminlte template with Vuejs

Installation

npm install x-backend --save

Import the package into main.js file

import "bootstrap/dist/css/bootstrap.min.css";
import "admin-lte/dist/css/AdminLTE.min.css";

import Vue from 'vue'
import XBackend from 'x-backend'

Vue.use(XBackend)

Usage

Example.vue

<template>
  <x-box title="x-backend">
    <x-alert/>
  </x-box>
</template>

<script>
export default {
  
}
</script>

<style scoped>

</style>

Available components

Widget

UI Elements

XAlert

propstypedefault
variantstringinfo
titlestringAlert!
summarystringInfo alert preview. This alert is dismissable.

XButton

propstypedefault
variantstringprimary
labelstringSave
sizestringsm
disabledbooleanfalse
flatbooleanfalse