The simplest usage.
最简单的用法。
import { DInput } from '@react-devui/ui'; export default function Demo() { return ( <> <DInput dPlaceholder="Basic" /> <DInput dPlaceholder="Basic" dDisabled /> </> ); }