@ied/comment
v1.0.0-beta.1
Published
## Install
Downloads
6
Readme
Comment
Install
yarn add '@ied/comment'
Use
import Comment from '@ied/comment'
<Comment text={text} compact />
Types
type Props = {
text: string,
compact?: boolean,
className?: string,
style?: {},
}