diff --git a/src/ui/components/Elements/Elements.tsx b/src/ui/components/Elements/Elements.tsx
index 438eb89..d3090d1 100644
--- a/src/ui/components/Elements/Elements.tsx
+++ b/src/ui/components/Elements/Elements.tsx
@@ -1,5 +1,8 @@
import { useState, useEffect } from 'react';
-import { Input } from 'react-figma-ui';
+import {
+ Input,
+ // Onboarding
+} from 'react-figma-ui';
import { Configurator } from '../Configurator/Configurator';
import { availableOptions } from '../../../shared/constants/availableOptions';
@@ -37,6 +40,36 @@ export const Elements = () => {
return (
// TODO classnames
0 ? undefined : styles.fullLayout}>
+ {/* TODO move inline texts */}
+ {/*
+ Select Parts, Nodes and Paints to invert. You can use search field to
+ filter options. By clicking on group heading e.g.: Paints you can toggle
+ all visible items for group.
+ */}
+
+ {/* TODO */}
+ {/* TODO move inline texts */}
+ {/*
+ Select Parts, Nodes and Paints to invert.
+ */}
+
+ {/* TODO move inline texts */}
+ {/*
+ You can use search field to filter options. By clicking on group heading
+ e.g.: Paints you can toggle all visible items for group.
+ */}
+
+ {/* TODO move inline texts */}
+ {/*
+ By clicking on group heading e.g.: Paints you can toggle all visible
+ items for group.
+ */}
+
+ {/* TODO move inline texts */}
+ {/*
+ Cancel, Save, Save & Invert
+ */}
+