TitleBar
Installation
import { TitleBar } from 'uxp/components';Signature
const TitleBar: React.FunctionComponent<IWidgetTitleBarProps>Examples
<TitleBar title='My Test Widget'>
<div>Active</div>
</TitleBar>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated