Skip to content
Koji edited this page Jan 23, 2020 · 2 revisions

NesBalloon

This component has 2 properties, isLeft and content.
isLeft boolean
content string

import { NesBalloon } from 'nes-components';
<NesBalloon isLeft={true} content={'Hello! This is NesBalloon!'} />

NesBalloon_isLeft_

Clone this wiki locally