Browse
For agents
About
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor
/
2.0.11
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor
v2.0.11
Switch version
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
trunk
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
Overview
Code
blockenberg
/
blocks
/
button-group
/
frontend.js
frontend.js
in Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor 2.0.11, at blocks/button-group/frontend.js
8 lines
325 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/*
Button Group frontend — no JS behavior needed (pure CSS/links)
*/
2
/*
Placeholder file required for viewScript registration
*/
3
(
function
(
)
{
4
//
Button groups use pure CSS hover effects.
5
//
No JavaScript interaction required.
6
//
Future enhancements (ripple effects, analytics events) can be added here.
7
}
)
(
)
;
8