add: iteration 1 finished

Finished simple calculator iteration
This commit is contained in:
Fiona Lena Urban 2025-04-07 18:52:48 +02:00
parent e4ff2ba229
commit 85e6035a9a
12 changed files with 293 additions and 34 deletions

5
shared/ButtonGroup.ts Normal file
View file

@ -0,0 +1,5 @@
export type Button = {
label : string
icon : string
active ?: boolean
}

View file

@ -5,4 +5,7 @@ export type Card = {
roles: number
sheets: number
layers: number
ppr: number
pps: number
ppl: number
}