Skip to content

Add dynamic class support and ID validation - #3

Merged
STICKnoLOGIC merged 1 commit into
mainfrom
feature/laravel-12-support-and-improvements
Jan 17, 2026
Merged

Add dynamic class support and ID validation#3
STICKnoLOGIC merged 1 commit into
mainfrom
feature/laravel-12-support-and-improvements

Conversation

@STICKnoLOGIC

Copy link
Copy Markdown
Owner
  • Add 'class' attribute to dynamically apply CSS classes to container div
  • Add validation to ensure custom IDs start with alphabetic character
  • Auto-generated IDs now start with 'z' prefix (e.g., z1a2)
  • Update README with class attribute documentation and examples
  • Throws InvalidArgumentException for invalid ID format

closes #1 and closes #2

- Add 'class' attribute to dynamically apply CSS classes to container div
- Add validation to ensure custom IDs start with alphabetic character
- Auto-generated IDs now start with 'z' prefix (e.g., z1a2)
- Update README with class attribute documentation and examples
- Throws InvalidArgumentException for invalid ID format
@STICKnoLOGIC
STICKnoLOGIC merged commit 1a902c7 into main Jan 17, 2026
5 checks passed
@STICKnoLOGIC
STICKnoLOGIC deleted the feature/laravel-12-support-and-improvements branch January 17, 2026 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add class attribute support to snl-typed-js container element for easier styling Animation/Text is not showing/animating

1 participant