Added month select component.

This commit is contained in:
Mike Cao 2023-08-16 10:50:28 -07:00
parent 6ef1f2e9f9
commit c548267d91
16 changed files with 169 additions and 71 deletions

View file

@ -0,0 +1,12 @@
.container {
display: flex;
align-items: center;
justify-content: center;
}
.input {
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
}