UNPKG

secst

Version:

SECST is a semantic, extensible, computational, styleable tagged markup language. You can use it to joyfully create compelling, interactive documents backed by HTML.

11 lines (10 loc) 311 B
const input = { attributesAllowed: { title: { required: true }, type: ["checkbox","color","date","datetime-local","email","month","number","password","radio","range","tel","text","time","url","week"], value:true, } } export {input,input as default}