Is bit component framework agnostic ? #7432
-
Hi, I was wondering if a bit component could be installed regardless of the app framework? I would like to create a UI component library that could be installed on an Angular, React or VueJS application. As I am more of an Angular developer, I would like to export a bit component from an Angular component. Does bit use Angular Element to export an angular component? I suppose that if bit is able to do this, then my bit component must not have any peer dependencies Thank ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hi, bit does not "care" about which framework you use. if you are looking to build cross-framework design system, you can look into building it with web components. bit support lit and stencil for this. |
Beta Was this translation helpful? Give feedback.
hi,
bit does not "care" about which framework you use. if you are looking to build cross-framework design system, you can look into building it with web components. bit support lit and stencil for this.
you can read more in the documentation.