1.0.2 • Published 8 months ago

df-tooltip v1.0.2

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

df-tooltip - Get started

Custom tooltip react component built with tailwindcss.

Install

Add Tooltip to your project.

npm install --save df-tooltip

* added styles.css to your application *

import 'df-tooltip/styles.css'

Use

Tooltip

import Tooltip from 'df-tooltip';

  const example = () => (
    <Tooltip content="Tooltip content">
       <button>Button Label</button>
    </Tooltip>
  )

Props

PropValues
placement'top', 'button', 'right', 'left'
tooltipStyle'default', 'error'
contentReact.ReactNode, string

Override styles

You can easily override any style of component just adding a custom tailwind class inside element's className property. For that, it's required to have tailwindcss as a dependency and setup on the project.

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.2.0

9 months ago

0.1.0

9 months ago