# Creating new component

## @ssv/au-ui (lib)
 - Duplicate a structure e.g. `badge`
 - Define config (global)
 - add config to `config.model.ts`
 - add globalResource within `config.ts`
 - export from `index.ts`
 - add import for scss within `components.scss`
 - squash merge commit
    - message should be: 'feat(badge): implemented `ssv-badge` component'


## Dojo
Create a sample usages of component.
 - Add it within `component.service`
 - Copy component structure e.g. `badge`
