Electric Blue Neon Toggle
0 viewshard
Background:
1
2
3
4
5
6
7
8
<div class="electric-blue-container">
<input type="checkbox" id="electric-blue" class="electric-blue-input" />
<label for="electric-blue" class="electric-blue-label">
<span class="electric-blue-track"></span>
<span class="electric-blue-thumb"></span>
</label>
<span class="electric-blue-text">Electric Blue</span>
</div>Electric Blue Neon Toggle
0 viewshard
Background:
Electric Blue Neon Toggle
1
2
3
4
5
6
7
8
<div class="electric-blue-container">
<input type="checkbox" id="electric-blue" class="electric-blue-input" />
<label for="electric-blue" class="electric-blue-label">
<span class="electric-blue-track"></span>
<span class="electric-blue-thumb"></span>
</label>
<span class="electric-blue-text">Electric Blue</span>
</div>Was this helpful?
What is inside Electric Blue Neon Toggle
Electric Blue Neon Toggle is a CSS toggle switch built with gradient fills, transforms, layered shadows, defined in 61 lines across 8 selectors.
23
CSS properties
8
Selectors
61
Lines of CSS
3
Formats
Techniques used
TransitionsTransformsGradientsShadowsChecked stateFlexbox
CSS properties in this component
align-itemsbackgroundborderborder-colorborder-radiusbox-shadowcolorcursordisplayfont-familyfont-sizefont-weightgapheightleftletter-spacingpaddingpositiontext-shadowtoptransformtransitionwidthAccessibility check1 to fix
- Built on a native <input> element, so keyboard focus and screen reader semantics work without extra attributes.
- No focus style is defined. Add one before shipping, or keyboard users lose track of position.
These notes are generated by reading this component's own source, so they describe what it actually does rather than what a template says. Copy the code above in HTML, CSS, Tailwind and adapt it freely.