Replies: 2 comments 1 reply
-
Today at Office Hours it was resolved that
Thank you @zeroedin for raising the discussion, @marionnegp @heyMP , @nikkimk @brianferry for your input. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Initial work on BaseClasses for tabs in PFE: patternfly/patternfly-elements#2260 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the best solution for extending types when different options are needed in separate child classes?
My original attempt was thinking I could just override the
InsetVariant
type inrh-tabs
so I would not have to reinclude@property
in eitherpfe-tabs
orrh-tabs
that however did not work.Here is a proposal @heyMP and I worked out.
If anyone else has any other thoughts please let me know.
BaseTabs.ts
pfe-tabs.ts
rh-tabs.ts
Beta Was this translation helpful? Give feedback.
All reactions