Skip to content

About Weaver Components

Kevin Day edited this page Nov 11, 2021 · 8 revisions

Weaver Components provides a collection of custom HTML elements that represent a toolkit of dynamically renderred HTML markup, CSS Styles, and effects. This toolkit may be made available to a given project either via a CDN URL, directly attached as a Javascript file and CSS file, or via a project dependency. Such elements may be dropped directly onto a page utilizing Weaver Components and they shall be immediately renderred as appropriate.

For individuals seeking a drop and go components approach, utilizing the CDN is a simple and easy way to get started. Just drop in the appropriate markup to include the CDN Javascript and CSS styles file and start adding components.

For individuals seeking a more rigerous approach to development, consider utilizing Weaver Components as a dependency. This can be as simple as include the appropriate @wvr/elements node dependency.

You may find project-specific documentation for setting up the project, running local tests, or even extending the project by checking out the Readme.md file found on the project page.

You may find a detailed break-down of the available components, as well live examples, on the Weaver Components Usage Examples page.

You may find a more generalized break-down of the project on this wiki, including a simple break-down of the available components.

You may find the Node package for this project available at the @wvr/elements npmjs package registry.

Clone this wiki locally