We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e0539 commit a27b51cCopy full SHA for a27b51c
src/components/button-group/CButtonGroup.tsx
@@ -3,11 +3,6 @@ import PropTypes from 'prop-types'
3
import classNames from 'classnames'
4
5
export interface CButtonGroupProps extends HTMLAttributes<HTMLDivElement> {
6
- // TODO: clean-up
7
- // /**
8
- // * Define a string that labels the current element. Use it in cases where a text label is not visible on the screen. [docs]
9
- // */
10
- // ariaLabel?: string
11
/**
12
* A string of all className you want applied to the base component. [docs]
13
*/
0 commit comments