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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue