WUI logo

Hint

The Hint component provides contextual help or additional information to users, typically displayed as a small tooltip or inline text. It enhances user experience by offering guidance, clarifications, or suggestions without cluttering the main interface. This component is ideal for forms, instructional content, and any area where users might need extra assistance.

import * as React from 'react'
import { Hint } from '@welcome-ui/hint'
const Example = () => {
return <Hint>default</Hint>
}
export default Example

Installation

1

Run the following command:

yarn add @welcome-ui/hint
2

Import component:

import { Hint } from '@welcome-ui/hint'