prakhar1989/react-tags

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
src/components/utils.js
A
100%
src/components/constants.js
A
100%
src/components/Tag.js
A
100%
src/components/ReactTags.js
B
88%
src/components/Suggestions.js
C
76%
src/components/RemoveComponent.js
D
66%
.babelrc
.codeclimate.json
.github/FUNDING.yml
.github/dependabot.yml
.github/workflows/Semnatic-PR.yml
.github/workflows/codacy-coverage-reporter.yml
.gitignore
.hooks/pre-commit
.travis.yml
CONTRIBUTING.md
LICENSE
README.md
__tests__/__snapshots__/ReactTags.test.tsx.snap
__tests__/__snapshots__/RemoveComponent.test.tsx.snap
demo.gif
docs/inline-false.png
docs/inline-true.png
docs/input-field-position-bottom.png
docs/input-field-position-inline.png
docs/input-field-position-top.png
example/GithubCorner.scss
example/public/index.html
example/public/reactTags.css
package.json
set_up_hooks.sh
tsconfig.json
yarn.lock
.eslintrc.js67
.prettierrc.js11
__tests__/__mocks__/styleMock.js1
example/GithubCorner.js38
A
1 hr
example/main.js283
A
2 hrs
release.config.js3
webpack-dev-server.config.js53
webpack-production.config.js39
__tests__/ReactTags.test.tsx1,124
F
1 wk
__tests__/RemoveComponent.test.tsx48
__tests__/SingleTag.test.tsx94
A
1 hr
__tests__/setupTest.ts4
__tests__/suggestions.test.tsx154
B
4 hrs
__tests__/utils.test.ts75
B
5 hrs
jest.config.ts49
src/components/ClearAllTags.tsx14