0.1.7 • Published 2 years ago

lxp-styleguide v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

LXP STYLEGUIDE

This plugin allows user to add inbuilt styleguides using bootstrap-vue in our application. It is a wrapper added to the bootstrap styleguide

Installation

Install via NPM:

npm install lxp-styleguide

Usage

To use this components simply import the library globally

import 'lxp-styleguide';
Vue.use('lxp-styleguide');

To import to a specific component

import 'lxp-styleguide';

To add CSS to your application add it to src/main.js

import "lxp-styleguide/dist/lxp-styleguide.css";

Here are list of components that has been added to the library

  1. Course Card
  2. Button

To add components to the Single File Component

<lxp-course-card></lxp-course-card>
<LxpCourseCard></LxpCourseCard>
0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago