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 API is maximally simplified and all props are provided with a description
71
67
- it is build on the top of existing PatternFly types without prop omitting
72
-
- it is well documented using the PatternFly documentation (`/packages/module/patternfly-docs/content/extensions/component-groups/examples/MyNewComponent/MyNewComponent.md`) with examples of all possible use cases (`packages/module/patternfly-docs/content/extensions/component-groups/examples/MyNewComponent/MyNewComponent[...]Example.tsx`)
68
+
- it is well documented using the PatternFly documentation (`/packages/module/patternfly-docs/content/extensions/component-groups/examples/MyComponent/MyComponent.md`) with examples of all possible use cases (`packages/module/patternfly-docs/content/extensions/component-groups/examples/MyComponent/MyComponent[...]Example.tsx`)
73
69
- do not unnecessarily use external libraries in your component - rather, delegate the necessary logic to the component's user using the component's API
74
70
75
71
#### Component API definition example:
76
72
```
77
73
// when possible, extend available PatternFly types
0 commit comments