0.1.1 • Published 7 months ago

rc_shared_components_frontend v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Restaurant Club shared component frontend

In this repo will live the components that will be shared between all the project. The suggested structure is:

baseSharedStyle.sass
{ComponentName}
-> index.ts
-> stlye.sass
-> useComponentName.ts => custom hook contain the component logic

The js & css files should be modified to TS & SCSS when all the projects are migrated.