0.3.10 • Published 11 months ago

@highoutput/hds-toast v0.3.10

Weekly downloads
-
License
MIT
Repository
-
Last release
11 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 the package, use:

npm i @highoutput/hds-toast

Usage

import { useToast } from "@highoutput/hds-toast";
import { ThemeProvider, extendTheme } from "@highoutput/hds";

export default function Example() {
  const toast = useToast();

  return (
    <ThemeProvider>
      <button
        onClick={function () {
          toast.success("Hello world!");
        }}
      >
        Click me
      </button>
    </ThemeProvider>
  );
}
0.3.10

11 months ago

0.3.9

11 months ago

0.3.8

12 months ago

0.3.1

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

1 year ago

0.2.9

1 year ago

0.2.5

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.3-alpha.0

1 year ago

0.1.16

1 year ago

0.1.18

1 year ago

0.2.2-alpha.0

1 year ago

0.2.2

1 year ago

0.2.4

1 year ago

0.1.13

1 year ago