add: iteration 1 finished
Finished simple calculator iteration
This commit is contained in:
parent
e4ff2ba229
commit
85e6035a9a
12 changed files with 293 additions and 34 deletions
5
shared/ButtonGroup.ts
Normal file
5
shared/ButtonGroup.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export type Button = {
|
||||
label : string
|
||||
icon : string
|
||||
active ?: boolean
|
||||
}
|
|
@ -5,4 +5,7 @@ export type Card = {
|
|||
roles: number
|
||||
sheets: number
|
||||
layers: number
|
||||
ppr: number
|
||||
pps: number
|
||||
ppl: number
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue