en-US

The simplest usage.

zh-CN

最简单的用法。

import { DInput } from '@react-devui/ui';

export default function Demo() {
  return (
    <>
      <DInput dPlaceholder="Basic" />
      <DInput dPlaceholder="Basic" dDisabled />
    </>
  );
}