Open jrock2004 opened 8 years ago
That's mostly just an example to illustrate how everything related to a single component should be co-located as closely as possible. In that example, the MyComponent.md file would contain the developer documentation on how to use <MyComponent>
, what its inputs are, etc. In a regular app this would probably be overkill, but for a library of UI components offered to third parties - for example - it is nice.
Does that answer your question?
Notice you had for each component a MD file to doc how to use the CSS. Can you give an example of what you put in there?