Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

calendar component #202

Closed
wants to merge 2 commits into from
Closed

Conversation

gustavogularte
Copy link
Contributor

@gustavogularte gustavogularte commented Apr 26, 2024

Closes #27

Feature

Criação do componente de calendário

Visual evidences 🖼️
Img 1 Img 2 Img 3
312584868-e422d8c5-a267-485d-bb7c-164e924dde31 312584976-8e764b39-7c98-44d5-9ef2-b194afab90c1 312585080-870a1ecb-94f5-49d6-b8dc-42bdce0a6c69
Checklist
  • Issue linked
  • Build working correctly
  • Tests created
Additional info N/A

color: colors.$gray300;
font-size: 2rem;

border: 0.1rem solid rgb(160, 174, 192);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ve se essa cor nao ta no arquivo de cores, se nao tiver adiciona la e usa aqui

<li data-select="date" class="date"><button></button></li>
`;

export default function DateButton(date) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

parâmetros não está no formato padrão


padding: 2.4rem 0;

background-color: rgb(250, 250, 250);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

usar palleta

}

p {
font-family: Noto Sans;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

usar palleta

src/components/Calendar/index.scss Show resolved Hide resolved
Comment on lines +70 to +74
&-select {
display: flex;

position: relative;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

não adicionar um elemento dentro do outro

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

O calendario precisa ser parametrizado

@Alecell Alecell closed this May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

Crianção do componente de calendário
4 participants