mirror of
https://github.com/michivonah/click-guide.git
synced 2025-12-22 22:16:28 +01:00
create export feature in editor
This commit is contained in:
parent
4845a4a3a6
commit
5fe8d3adb4
2 changed files with 80 additions and 6 deletions
|
|
@ -31,7 +31,7 @@
|
|||
<input id="file-import-input" type="file" accept=".json">
|
||||
<p>Import</p>
|
||||
</button>
|
||||
<button class="toolBtn">
|
||||
<button id="exportBtn" class="toolBtn">
|
||||
<span class="material-symbols-outlined">download</span>
|
||||
<p>Export</p>
|
||||
</button>
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
<span class="material-symbols-outlined">print</span>
|
||||
<p>Print</p>
|
||||
</button>
|
||||
<button class="toolBtn">
|
||||
<button id="shareBtn" class="toolBtn">
|
||||
<span class="material-symbols-outlined">share</span>
|
||||
<p>Share link</p>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue