Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

How to develop a component having mutability by the Site Theme

Basic Structure

  1. One Component has One Directory end with .reg.
    ex) list component in list.reg/

  2. If Component is providing many themes, You can implement it to branch in each directory.

  1. Decide component name will you make.

    Code Block
     I am gonna make product list component. Name will be 'productList'.
  2. Make new dire