Code Snippet

A code snippet component with a copy to clipboard button.

Code Card

A code card component with a copy to clipboard button.

CSS
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f5f5f5;
}
Cuicui logo