elements
elements copied to clipboard
ino-header: Remove component and provide different sizes in global stylesheet
We should provide different sizes for our <ino-header> component.
Currently, our default fontSize is only 13px which is quite small for a heading.
Provide a new property (e.g. size or header) to customize the size of the component.
We should take inspiration from the native heading elements (h1, h2, h3, ...).
Should support variants from h1 to h6.
Show the new header styles in the Typography sub section.
Migrate each style in a separate MDX format to make it easily copyable.
should be implemented in a global stylesheet as a class (see #154)