2.0.4 • Published 12 months ago

jiyoon-ds v2.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

JY DS

JY DS is an open-source UI component library created by the author JIY00N2.

Usage

import { Tooltip } from 'jiyoon-ds';
import styles from './Tooltip.module.css';

export const Tooltip = () => {
  return (
    <Tooltip.Root direction='topLeft' offset={5} enterDelay={1000}>
      <Tooltip.Trigger>
        <div className={styles.trigger}>enterDelay 1s</div>
      </Tooltip.Trigger>
      <Tooltip.Content className={styles.blackContent}>
        <Tooltip.Arrow style={{ marginLeft: '10px' }} />
        <span>content example1</span>
        <span>content example2</span>
        <span>content example3</span>
      </Tooltip.Content>
    </Tooltip.Root>
  );
};

Documentation

See https://jiyoon-ds-web.vercel.app/

Contact

angella990825@gmail.com

2.0.4

12 months ago

2.0.3

12 months ago

2.0.2

12 months ago

2.0.1

12 months ago

0.1.8

1 year ago

0.1.7

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