Title

The <TitleRow> component is used to add a sub title and action.

Preview

Code

<TitleRow title='Manage Users'>
 <Button small text='Add User' action={ invite }/>
</TitleRow>

Props

Last updated