UIByline

Author byline component

Properties

Example

import {UIByline} from 'writer'

render($$) {
    const el = $$('div')

    return el.append(
        $$(UIByline, {
            node: this.props.node,
            bylineSearch: true,
            isolatedNodeState: this.props.isolatedNodeState
        })
    )
}

Last updated