Skip to content

Commit 846ad7a

Browse files
authored
docs: explain design system explorers
1 parent 97c1564 commit 846ad7a

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

Diff for: README.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Opensource Design Workflow
2-
Testing ways to incorporate contributions by designers in Open Source.
2+
Testing ways to bridge the devide between designers and developers in Open Source projects.
33

44
1. Atomic Design
55
2. Figma
6-
3. Storybook
6+
3. Design System Explorders
7+
3a. Storybook (Javascript)
8+
3b. QML Explorer?
79

810
#### Atomic Design - [Ref](https://atomicdesign.bradfrost.com/chapter-2/)
911

@@ -17,8 +19,16 @@ Framework for breaking down applications into smaller, composable components tha
1719
6. Templates
1820
7. Pages
1921

22+
#### Design System Explorers
23+
24+
##### Javascript
25+
- I recommend javascript projects look into Storybook.js for showing their components. There is support for React.js, React-Native, Vue.js and
26+
27+
##### Dart / Flutter
28+
- ...
29+
2030
#### Implementations
2131

2232
###### Vue.js
2333

24-
- https://dev.to/miladalizadeh/vue-cli-30-plugin-for-creating-apps-using-atomic-design--storybook-42dk
34+
- https://dev.to/miladalizadeh/vue-cli-30-plugin-for-creating-apps-using-atomic-design--storybook-42dk

0 commit comments

Comments
 (0)