We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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!'} />
_