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

x-include and x-include.unwrap #8

Closed ericxin1982 closed 9 months ago

ericxin1982 commented 9 months ago

Hi @xinjie-zhang , @vimeshjs

Sorry to ask, since I cannot find answer myself. What is the difference between x-include and x-include.unwrap?

Thanks Eric Xin

xinjie-zhang commented 9 months ago

Add description about unwrap modifier in both x-include and x-component in README. It is used to remove external wrapper tag, which gives more controls of html element hierarchy.

ericxin1982 commented 9 months ago

Thanks