2.1.3 • Published 2 months ago

@brighthr/component-modal v2.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

Modal

To install, type the following into the command line at the root of your project:

npm i @brighthr/component-modal

To implement the Modal component into your project you’ll need to add the import:

import Modal from '@brighthr/component-modal';

After adding import into your project you can use it simply like:

<Modal />

Props

NameTypeDefaultDescription
allowOverflowbooleanfalseIf true, the contents of the modal can display outside the modal (e.g a datepicker)
bgDismissbooleantrueIf true, allows the user to close the modal by clicking outside or pressing the escape key.
childrenReact.ReactNodeDisplays the content to appear inside the modal
close() => voidFunction to handle onclose.
color'primary' 'inverted''primary'Sets the color theme for the modal.
headerSize'xs' 'sm' 'base' 'lg' 'xl' '2xl' '3xl''lg'Sets the size of the title text.
hideDismissbooleanfalseIf true,
titlestringSets the modal title at the top of the modal.
width'xs' 'sm' 'base' 'lg' 'xl''base'Sets the modal width.
2.1.3

2 months ago

2.1.2

2 months ago

2.1.1

3 months ago

2.1.0

3 months ago

2.0.1

4 months ago

2.0.0

4 months ago

1.1.6

4 months ago

1.1.5

5 months ago

1.0.2

9 months ago

1.0.1

10 months ago

1.0.0

10 months ago

1.0.3

9 months ago

0.3.2

10 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.1.4

8 months ago

1.1.3

8 months ago

1.1.2

8 months ago

0.3.1

11 months ago

0.2.23

1 year ago

0.2.22

1 year ago

0.2.21

1 year ago

0.2.20

1 year ago

0.2.19

1 year ago

0.2.18

1 year ago

0.2.17

1 year ago

0.3.0

1 year ago

0.2.16

1 year ago

0.2.15

1 year ago

0.2.14

1 year ago

0.2.13

1 year ago

0.2.12

1 year ago

0.2.11

1 year ago

0.2.10

1 year ago

0.2.7

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.1.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.6

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago