Actually make this good.

This commit is contained in:
city-unit
2023-08-02 00:23:23 -04:00
parent e3d6a143f9
commit b98429d414
2 changed files with 47 additions and 9 deletions

View File

@ -1,2 +1,22 @@
<!-- You might want to add additional HTML elements to ST.
It's good practice to separate it out from your code -->
It's good practice to separate it out from your code -->
<div class="example-extension-settings">
<div class="inline-drawer">
<div class="inline-drawer-toggle inline-drawer-header">
<b>Extension Example</b>
<div class="inline-drawer-icon fa-solid fa-circle-chevron-down down"></div>
</div>
<div class="inline-drawer-content">
<div class="example-extension_block flex-container">
<input id="my_button" class="menu_button" type="submit" value="Example Button" />
</div>
<div class="example-extension_block flex-container">
<input id="example_setting" type="checkbox" />
<label for="example_setting">This is an example</label>
</div>
<hr class="sysHR" />
</div>
</div>
</div>