0.0.35 • Published 7 years ago

stui-modal v0.0.35

Weekly downloads
75
License
-
Repository
-
Last release
7 years ago

#Sailthru STUI Modal Component

Name: stui-modal

Installation: npm install stui-modal --save

Usage:

import StuiModal from 'stui-modal';

<StuiModal
        show
        titleText="Modal Title"
        handleApply={() => this.handleApply()}
        handleDismiss={() => this.handleDismiss()}
        applyText="DONE"
        cancelText="CANCEL"
    >
    <div>Modal Body</div>
</StuiModal>

show is a boolean value which controls the display of the modal

NOTE: You will need to implement the logic to take care of handleApply() and 'handleDismiss()'. You will need to import the Styleguide into the parent page in order to get the CSS

0.0.35

7 years ago

0.0.34

7 years ago

0.0.33

7 years ago

0.0.32

7 years ago

0.0.31

7 years ago

0.0.30

7 years ago

0.0.29

7 years ago

0.0.28

7 years ago

0.0.27

7 years ago

0.0.26

7 years ago

0.0.25

7 years ago

0.0.24

7 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.16

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago