@dhedge/core-ui-kit
v0.4.7
Published
Core UI Kit
Downloads
166
Keywords
Readme
core-ui-kit
Production
Constraints
- it's assumed that package acceptor is using React js framework
- it's assumed that package acceptor is using Wagmi web3 framework and wrapped by its provider
Development
Code styling guidelines
- Folder and file names should follow kebab-case
- Constant variables should follow UPPER_SNAKE_CASE
- All exposable local file entities should be re-exported from local module root (index.ts)
- hook/function params configuration is recommended to define using object notation
- 3rd party framework methods and types should be re-exported to preserve migration flexibility