bratislava / bratislava/component-library

Cleanup folder structure

Open
#12 0 comments 0 reactions 1 assignee Claimed by @daksas303 View on GitHub
Dominant language
TypeScript
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

- [x] Components should be in parent folder with same name, and all related files in that folder.
- [x] Use path aliases, instead of relative paths, something like this in tsconfig:
```
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
```
- [x] Use styleguide helper components same as in konto (`Wrapper`, `Stack`)
- [x] sShowcases can be more condensed, e.g. headings can be in one frame...
- [x] Do not use `React.FC` syntax
- [x] Remove word "Type" from types, e.g. `SectionGroupPropsType` --> `SectionGroupProps`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.