0.1.4 • Published 1 year ago

marwa-btns v0.1.4

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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.