-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Folder structure to be set up #7
Comments
This looks great @RyRy79261 The Providers will include contexts (similar to the web3-context) that act as wrappers for the various API's that we need. Not sure whether we will need a custom themeProvider as I think styledComponents already covers this... I have added a parent folder for the actual Theme object that would need to be passed in to the theme provider, since this will be common for all implementations. |
In terms of usability, I think each of the top level folders should basically act as a separate package, ie.
This will mean that each top level folder will have an index.ts file, that imports and re-exports all the various sub-component, ie.
The
|
@FSM1 I agree with this approach as it uses common language for the separate components |
Change of plans w.r.t. the package structure. To enable the individual importing of components etc we will break the High Level items out into separate packages in the monorepo. These should all follow the naming convention of |
Description
WIP Notice: @tanmoytb @FSM1 Please comment on the structure proposed below
The folder structure needs to be set up to categorize & taxonomize components in an easy to navigate way
High level
Component sub folders
The text was updated successfully, but these errors were encountered: