-
Notifications
You must be signed in to change notification settings - Fork 1
Utilizing Components
Kevin Day edited this page Oct 28, 2021
·
1 revision
Like Weaver Components, TAMU Library Components provide individual elements that are simply called a component.
The process is similar to Utilizing (Weaver) Components, except for the following:
- The CDN is instead:
<script src="https://example.com/tl-components.js"></script>
<link rel="stylesheet" type="text/css" href="https://example.com/styles.css">
- The NPM Registry is instead:
- https://www.npmjs.com/package/@wvr/tl-elements
npm install @wvr/tl-elements
- In addition to supporting all of the Weaver Components, TAMU Library Components provides its own Components that are either new or an extension of the Weaver Components.