-
Notifications
You must be signed in to change notification settings - Fork 1
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.
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/ |
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/ |
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 |