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 61759ad commit 7fc0c67Copy full SHA for 7fc0c67
src/components/pagination/CPaginationItem.tsx
@@ -5,10 +5,6 @@ import classNames from 'classnames'
5
import { CLink } from '../link/CLink'
6
7
export interface CPaginationItemProps extends HTMLAttributes<HTMLAnchorElement> {
8
- /**
9
- * Define a string that labels the current element. Use it in cases where a text label is not visible on the screen. [docs]
10
- */
11
- ariaLabel?: string
12
/**
13
* Toggle the active state for the component. [docs]
14
*/
0 commit comments