0.2.5 • Published 5 years ago

hawee-modal v0.2.5

Weekly downloads
53
License
-
Repository
github
Last release
5 years ago

hawee-modal

Install

npm i hawee-modal

How to use

Include module to the file you want to use it in

import Modal from 'hawee-modal'
import 'hawee-modal/dist/h-modal.css'

Create modal

<Modal v-model="isVisible">
  hello, world!
</Modal>

####Declare Size There are three types of size available

  • small (by default)
  • medium
  • large

example is given below

<Modal v-model="isVisible" size="large">
  hello, world!
</Modal>

####Declare Type There are three types of size available

  • info (by default)
  • error
  • warning

example is given below

<Modal v-model="isVisible" type="error">
  hello, world!
</Modal>
0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago