.browserslistrc | |
|
|
.codeclimate.json | |
|
|
.editorconfig | |
|
|
.eslintignore | |
|
|
.eslintrc.cjs | |
|
|
.github/ISSUE_TEMPLATE.md | |
|
|
.github/ISSUE_TEMPLATE/bugs.md | |
|
|
.github/ISSUE_TEMPLATE/features.md | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/workflows/release.yml | |
|
|
.github/workflows/test.yml | |
|
|
.gitignore | |
|
|
.lintstagedrc | |
|
|
.npmignore | |
|
|
.npmrc | |
|
|
.prettierrc.cjs | |
|
|
.storybook/main.ts | 19 | A 0 mins |
|
.storybook/manager.ts | 5 | A 0 mins |
|
.storybook/preview-head.html | |
|
|
.storybook/preview.ts | 14 | A 0 mins |
|
.stylelintrc.cjs | |
|
|
CODE_OF_CONDUCT.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
SECURITY.md | |
|
|
package-lock.json | |
|
|
package.json | |
|
|
renovate.json | |
|
|
src/components/Box/Box.mdx | |
|
|
src/components/Box/Box.module.scss | |
|
|
src/components/Box/Box.stories.tsx | 87 | A 0 mins |
|
src/components/Box/__snapshots__/Box.spec.tsx.snap | |
|
|
src/components/Box/index.tsx | 37 | A 0 mins |
|
src/components/Button/Button.mdx | |
|
|
src/components/Button/Button.module.scss | |
|
|
src/components/Button/Button.stories.tsx | 147 | A 0 mins |
|
src/components/Button/__snapshots__/Button.spec.tsx.snap | |
|
|
src/components/Button/index.tsx | 49 | A 0 mins |
|
src/components/Heading/Heading.mdx | |
|
|
src/components/Heading/Heading.module.scss | |
|
|
src/components/Heading/Heading.stories.tsx | 79 | A 0 mins |
|
src/components/Heading/__snapshots__/Heading.spec.tsx.snap | |
|
|
src/components/Heading/index.tsx | 38 | A 0 mins |
|
src/components/Link/Link.mdx | |
|
|
src/components/Link/Link.module.scss | |
|
|
src/components/Link/Link.stories.tsx | 33 | A 0 mins |
|
src/components/Link/__snapshots__/Link.spec.tsx.snap | |
|
|
src/components/Link/index.tsx | 25 | A 0 mins |
|
src/components/Logo/Logo.mdx | |
|
|
src/components/Logo/Logo.module.scss | |
|
|