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'