We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This component has 2 properties, isLeft and content. isLeft boolean content string
isLeft
content
import { NesBalloon } from 'nes-components'; <NesBalloon isLeft={true} content={'Hello! This is NesBalloon!'} />
_