Using Clay in JSPs
Table of Contents
Using taglibs
Add the following snippet into either the JSP file you’re using the component in, or in the module’s init.jsp
file:
The syntax for using Clay taglibs follows this principle:
This is how it’s supposed to look like with a ClayButton:
Clay taglibs available
Clay taglibs provide the following UI components for your apps:
- Alert
- Badge
- Button
- Card
- Checkbox
- Dropdown
- Form Elements
- Icon
- Label
- Layout Elements
- Link
- Management Toolbar
- Multi Select
- Navigation Bar
- Progress Bar
- Radio
- Select
- Sticker
- Table
Table of Contents