import Layout from '../../components/Layout' import { ComponentsSidebar } from '../../sidebars' import { Playground } from '../../components/Playground'; import { Code, Link, Heading, Paragraph } from '@knkui/typography'; export default function Tooltip() { return ( Introduction The Tooltip component is used to describe icon buttons. In some cases tooltips are used to show more content, this should be used cautiously since it is hard to be completely accessible. ` } /> Positioning The position of tooltips is flexible and will change depending on how close the element is to the edge of the screen. Tooltips have four standard positions available; top, right, bottom, and left. Each standard position center-aligns itself along the appropriate axis and appears outside the target element. ) }