0.1.5 • Published 5 years ago

c-modal v0.1.5

Weekly downloads
27
License
-
Repository
-
Last release
5 years ago

c-modal

Custom version of v-dialog from Vuetify.

Project setup

yarn add c-modal -D

or

npm i c-modal --save-dev

Usage example

import modal from 'c-modal/src/components/modal/modal.vue'
<modal primaryBtnColor="success" secondaryBtnColor="secondary" modalWidth="600">
      <p slot="headerTitle">Lorem ipsum</p>
      <p slot="contentText">Moral Person <br/>
      Subject to CIT but if shares are held up at least mores than 2 years: tax rate of 4%(12%*33.33%)</p>
      <span slot="primaryBtnText">Primary</span>
      <span slot="secondaryBtnText">Secondary</span>
</modal>

Props

NameDefinitonValuesType
primaryBtnColorButton color to be shownsuccess/error/warning/info/secondaryString
secondaryBtnColorButton color to be shownsuccess/error/warning/info/secondaryString
modalWidthModal Width600String

Slots

NameDefinitonValuesType
primaryBtnTextButton text to be shownButtonString
secondaryBtnTextButton text to be shownsecondaryString
headerTitleHeader text to be shownLorem IspumString
contentTextModal body text to be showncontentString
0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago