Custom Content Here
Any React components can be rendered inside StandardPage
```
--------------------------------
### Ling Design Input Component Examples
Source: https://context7.com/tangxiaoy-ui/ling.design/llms.txt
Demonstrates the various configurations for the Input component, including basic usage, inputs with icons (like search), password and email types, custom styling via `className`, and the disabled state. It utilizes Tailwind CSS for styling.
```tsx
import { Input } from "@ling-design/core"
import { Search } from "@ling-design/core"
// Basic input