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
* Adds the specified classes to the root element of the component.
33
-
* @deprecated Custom CSS is not supported. For other use cases, use [data attributes](https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes).
34
-
*/
35
-
className?: string;
36
-
/**
37
-
* Adds the specified ID to the root element of the component.
38
-
* @deprecated Custom CSS is not supported. For other use cases, use [data attributes](https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes).
39
-
*/
40
-
id?: string;
41
-
// we also support data-* attributes, but they are always implicitly allowed by typescript
0 commit comments