1.2.9 • Published 9 months ago

@cdztt/tooltip-react v1.2.9

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Usage

  1. npm i @cdztt/tooltip-react

  2. sample code:

import Tooltip from '@cdztt/tooltip-react'

function Link() {
    return (
        <div>
            <a href='https://example.com'>
                Link
            </a>
            <Tooltip place='bottom'>
                example.com
            </Tooltip>
        </div>
    )
}
  • API

Parameters: | Parameters | Properties | Type | Units | Default | | ----------- | ---------- | ---------- | ------- | --------- | | | children | React Node | | undefined | | | place | String | | 'top' | | | size | Number | rem | 1 | | | arrowSize | Number | px | 8 |

Properties: | place | Value | | ----------- | -------------- | | | 'top' | | | 'bottom' | | | 'left' | | | 'right' | | | 'top-left' | | | 'top-right' | | | 'bottom-left' | | | 'bottom-right' | | | 'center' |

1.2.8

11 months ago

1.2.9

9 months ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.0

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.0.5

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago