0.1.4 • Published 2 years ago

marwa-btns v0.1.4

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

use-marwa-btns

Project setup

npm i marwa-btns

add bootstrap-vue to your project

vue add bootstrap-vue

import style file in tour App.vue script tag

import '../node_modules/marwa-btns/dist/marwaBtns.css';

import and register PinkBtn component

import { PinkBtn } from 'marwa-btns';

components: {
    PinkBtn 
}

Customize configuration

See Configuration Reference.