2024-04-02 17:19:28 -05:00
2023-11-19 14:07:30 -06:00
2023-12-16 15:22:54 -06:00
2024-02-22 12:41:24 -06:00
2024-01-12 18:04:38 -06:00
2024-02-22 12:41:24 -06:00

drawing

Quill


Usage: Install the VSCode extension "Quill".

Rendering Elements:

document.body.append(
    p("Hi")
        .padding("top", 12),

    Link({href: "google.com", name: "hey"})
        .background("green")
    
    // NavigationBar()
    //     .onClick()
)

Boilerplate:

  • *html: Type in an HTML file and select the suggestion to create HTML boilerplate.
  • *element: Type in a JS file and select the suggestion to create JS Custom Element boilerplate.

Functions:

Clone this repository into the top level of the project you are working on, so the HTML can find the "quill.js" functions. Use backticks with both to get HTML and CSS syntax highlighting.

  • css() or addStyle(): Adds a style to a Quill style tag in the head.
  • html(): Creates a parsed HTML element (which is not yet in the DOM)
Description
No description provided
Readme 770 KiB
Languages
JavaScript 89.4%
HTML 8.3%
Vue 1.4%
Svelte 0.9%