Document

To convert partial templates to component-styleguides, you should leave a comment like below.

<!--@doc
# @category atom
# @name card
# @css ./card.scss
# @desc it's just a card component
-->

@category

When you want to categorize each component, you should add this attribute.

@name

You can give each component a name for your reference. By giving them names, you can easily find components.

@css

If you want to show css source of the component, you should write the path from the template file.

@desc

You can write a description of the component.