0.3.17 • Published 9 months ago

@highoutput/hds-modal v0.3.17

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

Getting started

We aim to build a library of custom ReactJS components that implements our unique UI design conventions. The ReactJS components will be based primarily on Chakra UI components. React Storybook will be used for documentation and testing.

Commands

To install package, use:

npm i @highoutput/hds-modal

Usage

import Modal from '@highoutput/hds-modal';

export const ModalSample = () => {
  const onClose = () => {
    // do something
  };

  const onOk = () => {
    // do something
  };

  return (
    <Modal
      isOpen
      okText="Confirm"
      onClose={onClose}
      onOk={onOk}
      title="Blog post published"
    >
      <Text fontSize="sm">
        This blog post has been published. Team members will be able to edit
        this post and republish changes.
      </Text>
    </Modal>
  );
};
0.3.17

9 months ago

0.3.16

11 months ago

0.3.15

11 months ago

0.3.14

11 months ago

0.3.13

11 months ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.4

1 year ago

0.2.26

1 year ago

0.2.24

1 year ago

0.2.23

1 year ago

0.2.22

1 year ago

0.2.21

1 year ago

0.2.17

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.3.0

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.9

1 year ago

0.2.8

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.2.1

1 year ago

0.2.0

1 year ago

0.1.8

1 year ago

0.2.2-alpha.0

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago