Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 408 Bytes

new-component-creation.md

File metadata and controls

10 lines (7 loc) · 408 Bytes

New component creation

Part of Picasso is also a scaffolding tool which helps you to create a new component. It will scaffold for you the following items:

  • Component folder
  • Component story
  • Component styles
  • Component test

To invoke new component creation just invoke yarn generate:component and follow CLI. It will scaffold everything needed for a quick start and followed by our guidelines.