You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `Tag` component was designed and developed to be used primarily alongside the data grid filtering feature, as a clear indication of what filters are actively applied. However the component itself may have further usecases. The `Tag` component has been built on top of the `Button` component in order to make sure it inherit's all its accessability features.
3
+
The `Tag` component was designed and developed to be used primarily alongside the data grid filtering feature, as a clear indication of what filters are actively applied. However the component itself may have further usecases. The `Tag` component has been built on top of the `Button` component in order to make sure it inherit's all its accessability features.
4
4
5
5
## Basic Use
6
6
7
-
All text can be passed to the `Tag` as a child, a callback function can be passed to the onClick prop to catch a users interactions.
7
+
All text can be passed to the `Tag` as a child, a callback function can be passed to the onClick prop to catch a users interactions.
0 commit comments