Can't import TelInput of UIInitiative

Hello,
I need to use the TelInput plugin but with no use. I am using core F7 and can’t use import anywhere successfully. Is there a way to convert it to js or something useable? I have no experience at all with JSX.
I have tried:

import TelInput from '/themes/docshow/assets/TelInput/TelInput.f7.jsx';
var app = new Framework7({ ...

in my app.js file, and also:

...
</div>
</template>
<script>
    import TelInput from '/themes/docshow/assets/TelInput/TelInput.f7.jsx';
    export default (props, {
        $on,
        $f7,
        $f7ready,
    }) => {

With no use. Any help?

Please ask UI Initiative products related questions/support in Framework7 discord

1 Like