React Example: Dynamic

css
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 14px;
}

body {
  padding: 1rem;
}

.List {
  border: 1px solid #e6e4dc;
  max-width: 100%;
}

.ListItemEven {
  background-color: #e6e4dc;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 14px;
}

body {
  padding: 1rem;
}

.List {
  border: 1px solid #e6e4dc;
  max-width: 100%;
}

.ListItemEven {
  background-color: #e6e4dc;
}
Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.