x-backend

1.0.3 • Public • Published

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

props type default
variant string info
title string Alert!
summary string Info alert preview. This alert is dismissable.

XButton

props type default
variant string primary
label string Save
size string sm
disabled boolean false
flat boolean false

/x-backend/

    Package Sidebar

    Install

    npm i x-backend

    Weekly Downloads

    3

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    147 kB

    Total Files

    28

    Last publish

    Collaborators

    • laramab