UserCard

In this first iteration, the UserCard can simply show some user details in an Aside.

The properties are all optional but you should at least include the name.

ts.ui.UserCard({
	id: '6bf17754-f9de-4e31-aa31-bd3ff765b9c2',
	data: {
		name: 'Wired Earp',
		image: 'assets/wiredearp.png',
		title: 'EDB Programmer',
		role: 'Gentleman Spy',
		email: 'jmo@tradeshift.com',
		company: 'Tradeshift',
		companyUrl: 'http://tradeshift.com/'
	}
}).open();