adds hit testing for hovers
This commit is contained in:
parent
b8d3b35b07
commit
afa8f53dff
25 changed files with 1034 additions and 83 deletions
9
components/code-panel/code-as-string.ts
Normal file
9
components/code-panel/code-as-string.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
// This is the code library.
|
||||
|
||||
export default `
|
||||
|
||||
// Hello world
|
||||
const name = "steve"
|
||||
const age = 93
|
||||
|
||||
`
|
Loading…
Add table
Add a link
Reference in a new issue