wip: Updates to lab to support v3 patterns
This commit is contained in:
parent
d59bab6a6c
commit
a023f1810c
19 changed files with 101 additions and 155 deletions
9
sites/shared/components/workbench/gist-as-json.js
Normal file
9
sites/shared/components/workbench/gist-as-json.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
import Json from 'shared/components/json-highlight.js'
|
||||
|
||||
const GistAsJson = props => (
|
||||
<div className="max-w-screen-xl m-auto">
|
||||
<Json>{JSON.stringify(props.gist, null, 2)}</Json>
|
||||
</div>
|
||||
)
|
||||
|
||||
export default GistAsJson
|
Loading…
Add table
Add a link
Reference in a new issue