ionic-team / stencil-ds-output-targets

These are output targets that can be added to Stencil for React and Angular.
https://stenciljs.com
MIT License
244 stars 108 forks source link

feat(react): Export new option `setCustomTagNameTransformer` #421

Open sdvg opened 4 months ago

sdvg commented 4 months ago

The option allows to provide a function at runtime that modifies the tag names to be rendered by the React proxy components.

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

Issue URL: https://github.com/ionic-team/stencil-ds-output-targets/issues/420

What is the new behavior?

Does this introduce a breaking change?

Other information

This is just an early draft to show the idea and gather some feedback. Please let me know if this feature is something you'd like to merge and whether the general direction of the implementations is correct.