Status: {status}
Open Sandbox
Open Sandbox
);
};
```
--------------------------------
### Basic Usage of Ant Design X Welcome Component
Source: https://x.ant.design/components/welcome
Shows the basic implementation of the Ant Design X Welcome component. This example renders the default welcome message and functionality.
```javascript
import { Welcome } from "@ant-design/x";
function App() {
return (
<>