issues
search
Fohn-Group
/
fohn-ui
PHP framework using Tailwind Css
MIT License
2
stars
2
forks
source link
Use JsRenderInterface $variable instead of string selector
#5
Closed
ibelar
closed
1 year ago
ibelar
commented
1 year ago
Offer more flexibility when chaining Js library.
myLib
myLib()
myLib('string')
myLib(myVar)
myLib({})
myLib([])
Offer more flexibility when chaining Js library.