Categories:

Technical & Business

components, ui, library, buttons, cards

Jan 30, 2025

Component Library

Card Components

Article Card

.article-card {
  background: rgb(8, 8, 8);
  border-radius: 12px;
  padding: 14px;
  max-width: 344px;
  height: 479px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s ease;
}

.article-card:hover {
  transform: translateY(-4px);
}

Button Components

Primary Button

.button-primary {
  background: rgb(246, 246, 246);
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: 'Inter';
  font-weight: 500;
  cursor: pointer;
}
FOOTER
[ CYA ]
© DEMOS. All rights reserved 2025