codefee-kit icon indicating copy to clipboard operation
codefee-kit copied to clipboard

A simple UI kit for building React projects

Results 1 codefee-kit issues
Sort by recently updated
recently updated
newest added

I have build this repo with default input input: [ './src/index.ts', ...getFiles('./src/common', extensions), ...getFiles('./src/components', extensions), ...getFiles('./src/hooks', extensions), ...getFiles('./src/utils', extensions), ], also with only src/index.ts input ` input: [ './src/index.ts', ]`...