jamesfredley commented on PR #15560: URL: https://github.com/apache/grails-core/pull/15560#issuecomment-4195762078
| Tag(s) | What they emit | CSS classes | |---------|---------------|-------------| | `g:textField`, `g:form`, `g:select`, `g:datePicker`, `g:link` | Plain HTML (`<input>`, `<form>`, `<a>`) | **None** unless user passes `class` attribute | | `g:paginate`, `g:sortableColumn` | Links/spans | Generic classes: `prevLink`, `nextLink`, `step`, `currentStep`, `sortable`, `sorted asc` | | `g:renderErrors`, `g:renderException` | Error markup | Generic classes: `error-details`, `stack` | | `f:field`, `f:table` (fields plugin) | Scaffolding fields | Generic classes: `fieldcontain`, `property-list`, `required`, `even`/`odd` | All of these are framework-agnostic class names - none reference Bootstrap (`alert`, `btn`, `form-control`), Tailwind, or any other CSS framework. The classes are overridable via attributes (`messageClass`, `messageIcon`, etc.), but the defaults themselves are Bootstrap 5-specific. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
