0.3.3 • Published 11 months ago

@highoutput/hds-tooltip v0.3.3

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 package, use:

npm i @highoutput/hds-tooltip

Usage

import { Tooltip } from '@highoutput/hds-tooltip';

export const SamplePage = ({ children }) => {
  return (
    <Tooltip label="This is a tooltip" arrow={true} theme="dark">
      {children}
    </Tooltip>
  );
};
0.3.3

11 months ago

0.3.1

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

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.2-alpha.0

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago