Closed yutakahoulette-zz closed 7 years ago
should we use classes (class='ff-componentName') or data attributes (data-ff-componentName) or something else like aria-labels (aria-label='ff-componentName') ??
class='ff-componentName'
data-ff-componentName
aria-label='ff-componentName'
We decided on going with data attributes, ie data-ff-modal
data-ff-modal
should we use classes (
class='ff-componentName'
) or data attributes (data-ff-componentName
) or something else like aria-labels (aria-label='ff-componentName'
) ??