Installing components from bit.dev and use it with Vite

Voon Ming Hann
1 min readSep 21, 2022

Good artists copy, Great artists steal. Why reinventing the wheel?

Instead of starting a component from scratch you should consider just grab a component from bit.dev, it is an excellence alternative to random lib in npm because there are many established company open sourced their design system eg. https://bit.cloud/nexxtway.

When we can leverage on good resources, there’s less risk picking up a not-so-well-written or buggy lib that might annoy you in the future.

Steps to install

--

--