@wix/design-system
Version:
@wix/design-system
46 lines (42 loc) • 1.51 kB
Markdown
### ButtonHTMLAttributes
- type: All props from ButtonHTMLAttributes that comes from @types/react/index.d.ts
- description: No description
### HTMLAttributes
- type: All props from HTMLAttributes that comes from @types/react/index.d.ts
- description: No description
### AriaAttributes
- type: All props from AriaAttributes that comes from @types/react/index.d.ts
- description: No description
### DOMAttributes
- type: All props from DOMAttributes that comes from @types/react/index.d.ts
- description: No description
### skin
- type: any
- description: Sets the skin of a component
### priority
- type: any
- description: Control the priority of a component
### size
- type: any
- description: Control the size of a component
### dataHook
- type: any
- description: Applies a data-hook HTML attribute that can be used in the tests
### ariaLabel
- type: any
- description: Define a string value that labels the button element
### ariaLabelledBy
- type: any
- description: Identify the element that labels the button element
### as
- type: any
- description: Renders component as any other component or a given HTML tag.
### RefAttributes
- type: All props from RefAttributes that comes from @types/react/index.d.ts
- description: No description
### Attributes
- type: All props from Attributes that comes from @types/react/index.d.ts
- description: No description
### AnchorHTMLAttributes
- type: All props from AnchorHTMLAttributes that comes from @types/react/index.d.ts
- description: No description