UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

14 lines (13 loc) 365 B
// rh-table/rh-sort-button.js import { createComponent } from '@lit/react'; import react from 'react'; import { RhSortButton } from '@rhds/elements/rh-table/rh-sort-button.js'; export const SortButton = createComponent({ tagName: 'rh-sort-button', elementClass: RhSortButton, react, events: { onNext: 'next', onRequestSort: 'request-sort', }, });