@rockr/marketplace-ui
v0.6.2
Published
Marketplace shared UI components
Downloads
4
Readme
Marketplace react library
Hi! In this package you have access to shared components between client-side and GTN.
About components
Do not use React.FC. Read more
Preferably use Rock-ui features to style your component. You can use styled-components in cases that is too complex to resolve with Rock-ui.
Keep clean the component tree.
Lint your files is mandatory.
You can add any third-party package, but keep in mind a few things:
- Is this package not discontinued?
- Is this package compatible with typescript?
- How is the complexity to add and use?
- Is there great players using this package?
- Is the community present?