Skip to content

TAMU Library Components List

Kevin Day edited this page Oct 28, 2021 · 4 revisions

The following is a simple list of each component with a short description and associated URLs. The most recent list is always available on the appropriate TAMU Library Components Usage Examples and TAMU Library Components API Documentation pages.

In addition to these, Weaver Components are also supported.

Alert

Description
About Provides a block of text intended to provide a feedback message.
Element <tl-alert></tl-alert>
Usage Example https://tamulib.github.io/tamu-library-components/docs/usage/#TLAlertBasic
Specification https://tamulib.github.io/tamu-library-components/docs/development/components/TlAlertComponent.html
See Also https://getbootstrap.com/docs/4.0/components/alerts/

Button

Description
About Provide a button.
Element <tl-button></tl-button>
Usage Example https://tamulib.github.io/tamu-library-components/docs/usage/#TLButtonBasic
Specification https://tamulib.github.io/tamu-library-components/docs/development/components/TlButtonComponent.html
See Also https://getbootstrap.com/docs/4.0/components/buttons/

Card

Description
About Provide a distinct container, referred to as a "card", having a header, a body, and a footer.
Element <tl-card></tl-card>
Usage Example https://tamulib.github.io/tamu-library-components/docs/usage/#TLCardBasic
Specification https://tamulib.github.io/tamu-library-components/docs/development/components/TlCardComponent.html

Dropdown

Description
About Provide a button that exposes a simple dropdown on some event such as a click or a mouse hover.
Element <tl-dropdown></tl-dropdown>
Usage Example https://tamulib.github.io/tamu-library-components/docs/usage/#TLDropDownBasic
Specification https://tamulib.github.io/tamu-library-components/docs/development/components/TlDropDownComponent.html

Footer

Description
About Provide a page footer.
Element <tl-footer></tl-footer>
Usage Example https://tamulib.github.io/tamu-library-components/docs/usage/#TLFooterBasic
Specification https://tamulib.github.io/tamu-library-components/docs/development/components/TlFooterComponent.html

Header

Description
About Provide a page header.
Element <tl-header></tl-header>
Usage Example https://tamulib.github.io/tamu-library-components/docs/usage/#TLHeaderBasic
Specification https://tamulib.github.io/tamu-library-components/docs/development/components/TlHeaderComponent.html

Icon

Description
About Provide an icon image.
Element <tl-icon></tl-icon>
Usage Example https://tamulib.github.io/tamu-library-components/docs/usage/#TLIconBasic
Specification https://tamulib.github.io/tamu-library-components/docs/development/components/TlIconComponent.html
Clone this wiki locally