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
There should be a test that ensures a component adheres to the guidelines. We should then loop through all the components on stardust and run the test against them.
Tests
className is inherited.
If the underlying class name follows ui <component> format, className is inherited between ui and <component.
If the underlying class name does not include ui, className is inherited before the component class. Example, fields only have a field class, inheritance is <className> field.
props are spread on the underlying element.
The text was updated successfully, but these errors were encountered:
There should be a test that ensures a component adheres to the guidelines. We should then loop through all the components on
stardust
and run the test against them.Tests
className
is inherited.ui <component>
format, className is inherited betweenui
and<component
.ui
, className is inherited before the component class. Example, fields only have afield
class, inheritance is<className> field
.The text was updated successfully, but these errors were encountered: