5.0.3 • Published 10 months ago

@diana-ui/modal v5.0.3

Weekly downloads
65
License
MIT
Repository
-
Last release
10 months ago

@diana-ui/modal

Modal component uses react-modal.

Is divided into 3 possible children: ModalHeader, ModalBody and ModalFooter.

Modal Header

Used to apply Modal title, description, close button.

<ModalHeader title="Title" description="Subtitle" />

It's possible to extend its styles by doing:

import { ModalHeader as YModalHeader } from '@diana-ui/modal'

const ModalHeader = YModalHeader.extendStyles(theme => {
  // Header wrapper section
  header: {},
  // Whole title row section (without subtitle)
  titleWrapper: {},
  // Close icon
  closeIcon: {},
  // Icon behind title
  icon: {},
  // Title text
  title: {},
  // Subtitle text
  description: {}
})

Modal Body

Actual content for the Modal

<ModalBody>Content</ModalBody>

It's possible to extend its styles by doing:

import { ModalBody as YModalBody } from '@diana-ui/modal'

const ModalBody = YModalBody.extendStyles(theme => {
  // All body section
  body: {},
})

Modal Footer

Footer for the Modal. This will be mainly buttons.

<ModalFooter>
  <BaseButton>Button 1</BaseButton>
  <BaseButton>Button 2</BaseButton>
</ModalFooter>

It's possible to extend its styles by doing:

import { ModalFooter as YModalFooter } from '@diana-ui/modal'

const ModalFooter = YModalFooter.extendStyles(theme => {
  // All footer section
  footer: {},
})
5.0.3

10 months ago

5.0.2

10 months ago

5.0.1

3 years ago

5.0.0

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

4.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.0

4 years ago

1.0.3-betaf.41

4 years ago

1.0.3-betaf3.41

4 years ago

1.0.3-betaf2.41

4 years ago

1.0.3-betaf6.42

4 years ago

1.0.3-delta2.40

4 years ago

1.0.3-delta.38

4 years ago

1.0.3-delta3.40

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.35

4 years ago

0.1.34

4 years ago

0.1.32

4 years ago

0.1.33

4 years ago

0.1.31

4 years ago

0.1.30

4 years ago

0.1.27

4 years ago

0.1.28

4 years ago

0.1.29

4 years ago

0.1.26

4 years ago

0.1.24

4 years ago

0.1.25

4 years ago

0.1.23

4 years ago

0.1.21

4 years ago

0.1.22

4 years ago

0.1.20

4 years ago

0.1.19

4 years ago

0.1.17

4 years ago

0.1.18

4 years ago

0.1.16

4 years ago

0.1.14

4 years ago

0.1.15

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.8

4 years ago

0.1.9

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.3

4 years ago

0.1.1-cjstest.4

4 years ago

0.1.0

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.7

4 years ago

0.0.5-mod1.1

4 years ago

0.0.5-alpha.1

4 years ago

0.0.5-mod2.2

4 years ago

0.0.4

4 years ago

0.0.4-alpha.2

4 years ago

0.0.3-alpha.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago