feat(lab): Draft view pretty ok now
This commit is contained in:
parent
73163f5676
commit
929822b249
15 changed files with 327 additions and 29 deletions
|
@ -0,0 +1,15 @@
|
|||
import Robot from 'shared/components/robot/index.js'
|
||||
import Events from './events.js'
|
||||
|
||||
const Error = props => (
|
||||
<div className="mt-12">
|
||||
<div className="flex flex-row items-center justify-around">
|
||||
<h1>{props.app.t('errors.something')}</h1>
|
||||
<div className="max-w-96"><Robot pose='fail' embed/></div>
|
||||
</div>
|
||||
<Events events={props.patternInstance.events} />
|
||||
</div>
|
||||
)
|
||||
|
||||
export default Error
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue