// ******************************************************************************************************************************************************
// * By Dr. Roy C. Davies, March 2023, roy.c.davies@ieee.org
// ******************************************************************************************************************************************************
const code = {
input : `
`,
file_input : `
`,
invisible_file_input : `
{filename1 = e.target.files[0].name; } }/>
File name chosen is: {filename1}
{filename2 = e.target.files[0].name; } }/>
File name chosen is: {filename2}
`,
focus : `
`,
loading : `
`,
disabled : `
`,
error : `
`,
types : `
Date: {date}
Email: {email}
Password: {password}
Phone: {phone}
`,
icon : `
`,
labeled : `
.com
Domain: {domain_prefix}{domain_suffix}
Add Tag
`,
action : `
This Page
`,
file_action : `
`,
transparent : `
`,
inverted : `
`,
fluid : `
`,
size : `
{#each sizes as size, i}
{#if i > 0}
{/if}
{/each}
`,
textarea : `
`
}
export default code;