Updates component generator to new component/design pattern taxonomy
Although we are using an Atomic Design Methodology for the naming of components within the Visual Framework and Design System we are now not sticking to the same taxonomy.
Elements > Blocks > Containers > Pages
replaces Atoms > Molecules > Organisms > Templates > Pages
This merge request changes the naming convention in the component generator
tool and the README.md file also.
The component-generator
is setup to create elements
, blocks
, and containers
. For now there are no pages
option but this could change as the Visual Frameworks component library gets bigger and a 'page specific' classname is required.
Edited by Stu Robson