Skip to content

Component Status

Viljami Salminen edited this page Nov 9, 2017 · 17 revisions

Components in the system are labelled with status labels that reflect their state of completion. This is achieved using JSDoc style comments inside the <script/> block. Like this:

<script>
  /**
   * @version `prototype`
   */
  export default {
    name: 'Heading'
  }
</script>

You can see all available statuses listed below:

Label Color Description
Deprecated Red Component is deprecated
Prototype Red Do not implement!
WIP Yellow Work-in-progress…
Ready Green Ready to be used.

For a concrete example of how this looks like in the living system documentation, see vueds.com