--- title: Add a Component to a Design description: Add a new component to an existing design --- This guide uses the [Livingdocs timeline design](https://github.com/livingdocsIO/livingdocs-design-timeline) and produces a symbolical change to it in order to show how to update a design locally. If you already have a custom design, you can just use that. ## Clone the design ```bash git clone git@github.com:livingdocsIO/livingdocs-design-timeline.git cd livingdocs-design-timeline npm install ``` ## Adding a new component to the design In the design repository, create a new file named `h3.html` in `src/components/Headers`: ```html