import React from 'react'; import { Alert, VStack, HStack, IconButton, CloseIcon, Box, Text, Center, } from 'native-base'; export function Example() { return (
We are going live in July! } _icon={{ color: 'coolGray.600' }} /> We are happy to announce that we are going live on July 28th. Get ready!
); }