Testing ways to bridge the devide between designers and developers in Open Source projects.
- Atomic Design
- Figma
- Design System Explorders 3a. Storybook (Javascript) 3b. QML Explorer?
Atomic Design - Ref
Framework for breaking down applications into smaller, composable components that is grouped by their level of complexity.
- Theme
- Grid
- Atoms
- Molecules
- Organisms
- Templates
- Pages
- I recommend javascript projects look into Storybook.js for showing their components. There is support for React.js, React-Native, Vue.js and
- ...