@sketchmark/plugin-wireframe 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,9 +19,7 @@ import { wireframe } from "@sketchmark/plugin-wireframe";
|
|
|
19
19
|
render({
|
|
20
20
|
container: document.getElementById("diagram")!,
|
|
21
21
|
dsl: `
|
|
22
|
-
diagram
|
|
23
|
-
layout row
|
|
24
|
-
config gap=28
|
|
22
|
+
diagram layout=row gap=28
|
|
25
23
|
|
|
26
24
|
wf.screen mobile frame=phone width=390 height=640 items=[hero,form]
|
|
27
25
|
wf.panel hero label="Hero" items=[cover,title,body,cta] width=300 height=300
|
package/package.json
CHANGED