A bunch of random useful UI-less components (for the most part)
npm install @kogk/commonModified from:
Harvey Delaney ▸
```
npm run test:watch
``
npm run build
``
npm run generate YourComponentName
This will generate:
``
/src
/YourComponentName
YourComponentName.tsx
YourComponentName.test.tsx
YourComponentName.types.ts
The default templates for each file can be modified under util/templates.
Don't forget to add the component to your index.ts` exports if you want the library to export the component!
Yes you can.
Read this section of my blog post to find out how.
Or check out this commit to see what changes are neccesary to implement it.