Skip to content

Commit 2b86dde

Browse files
committed
chore: add TODO about dLoading
1 parent 6ff7432 commit 2b86dde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ui/src/components/button/Button.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { useComponentConfig, usePrefixConfig } from '../root';
1414
export interface DButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
1515
dType?: 'primary' | 'secondary' | 'outline' | 'dashed' | 'text' | 'link';
1616
dTheme?: 'primary' | 'success' | 'warning' | 'danger';
17+
// TODO: Should add `aria-busy` for loading state?
1718
dLoading?: boolean;
1819
dBlock?: boolean;
1920
dVariant?: 'circle' | 'round';

0 commit comments

Comments
 (0)