vimeshjs / vimesh-ui

Vimesh UI is an ultra lightweight library to build UI components for Alpine.js
MIT License
125 stars 5 forks source link

different namespace how to import together #15

Closed ericxin1982 closed 9 months ago

ericxin1982 commented 9 months ago

image

Hi @xinjie-zhang

I saw a case like this, that means imports app folder, different html file, if want to import app folder, page folder different html files together, how to do, is it possible?

Thanks Eric Xin

xinjie-zhang commented 9 months ago

You could seperate different namespace with ";". For example x-import = "app:header,footer;page:home,users;hui:tabs"

ericxin1982 commented 9 months ago

I see. Thanks.