UIByline
Name
Type
Description
Example
import {UIByline} from 'writer'
render($$) {
const el = $$('div')
return el.append(
$$(UIByline, {
node: this.props.node,
bylineSearch: true,
isolatedNodeState: this.props.isolatedNodeState
})
)
}