Stencil version:
I'm submitting a:
[ ] bug report
[x] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
It would be nice to document the slot options on a component, something like this could go above the component:
/**
* @slot start places to the left of the label
* @slot end places to the right of the label
*/
@Component(..
Stencil version:
I'm submitting a:
[ ] bug report
[x] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
It would be nice to document the
slotoptions on a component, something like this could go above the component: