browserify-handbook icon indicating copy to clipboard operation
browserify-handbook copied to clipboard

UI elements in npm?

Open nicknikolov opened this issue 9 years ago • 3 comments

I really like the section about creating a small reusable widget in HTML. I wonder if people do that in practice and if one can find such packages in npm? @substack what's your experience? Do you write everything yourself everytime?

nicknikolov avatar Jun 02 '15 11:06 nicknikolov

I just started a project that uses HTML widgets in node modules. Maybe this helps you to get started: https://github.com/geo-tales/geo-tales-mobile

mantoni avatar Jun 02 '15 11:06 mantoni

Thanks! Will use this as reference. Did you model it after the handbook?

nicknikolov avatar Jun 02 '15 11:06 nicknikolov

No. But I use browserify for all my frontend development at work. Unfortunately, that's not open source.

mantoni avatar Jun 02 '15 12:06 mantoni