Android Material

0 viewsmedium
Background:
Android Material
1
2
3
4
5
6
7
8
<div class="android-material-container">
  <input type="checkbox" />
  <div class="android-material-checkmark">
    <div class="material-ripple"></div>
    <div class="material-check">✓</div>
  </div>
  <span class="android-material-label">Material Design</span>
</div>
Was this helpful?

What is inside Android Material

Android Material is a CSS checkbox built with transforms, defined in 64 lines across 10 selectors.

22
CSS properties
10
Selectors
64
Lines of CSS
3
Formats

Techniques used

TransitionsTransformsChecked stateFlexbox

CSS properties in this component

align-itemsbackgroundborderborder-colorborder-radiuscolorcursordisplayfont-familyfont-sizefont-weightgapheightinputjustify-contentopacityoverflowpositiontransformtransitionuser-selectwidth

Accessibility 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.