mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-01 06:05:46 +00:00
Download react-confetti
This commit is contained in:
parent
5c6622c10a
commit
fe1c60a71a
@ -32,6 +32,7 @@
|
|||||||
"expo-modules-core": "^1.5.9",
|
"expo-modules-core": "^1.5.9",
|
||||||
"react": "18",
|
"react": "18",
|
||||||
"react-color": "^2.19.3",
|
"react-color": "^2.19.3",
|
||||||
|
"react-confetti": "^6.1.0",
|
||||||
"react-dom": "18",
|
"react-dom": "18",
|
||||||
"react-form-stepper": "^2.0.3",
|
"react-form-stepper": "^2.0.3",
|
||||||
"react-native": "^0.72.3",
|
"react-native": "^0.72.3",
|
||||||
|
@ -0,0 +1,16 @@
|
|||||||
|
import { XStack, Stack, YStack } from 'tamagui'
|
||||||
|
import { Text } from '@status-im/components'
|
||||||
|
import { useState } from 'react'
|
||||||
|
const CompleteSetup = () => {
|
||||||
|
return (
|
||||||
|
<YStack style={{ width: '100%', padding: '16px 32px' }}>
|
||||||
|
<XStack justifyContent={'space-between'} style={{ marginBottom: '10px' }}>
|
||||||
|
<Text size={27} weight={'semibold'}>
|
||||||
|
Validator Setup
|
||||||
|
</Text>
|
||||||
|
</XStack>
|
||||||
|
</YStack>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default CompleteSetup
|
@ -14233,6 +14233,7 @@ __metadata:
|
|||||||
prettier: ^3.0.1
|
prettier: ^3.0.1
|
||||||
react: 18
|
react: 18
|
||||||
react-color: ^2.19.3
|
react-color: ^2.19.3
|
||||||
|
react-confetti: ^6.1.0
|
||||||
react-dom: 18
|
react-dom: 18
|
||||||
react-form-stepper: ^2.0.3
|
react-form-stepper: ^2.0.3
|
||||||
react-native: ^0.72.3
|
react-native: ^0.72.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user