feat: add ColorSwatch component

This commit is contained in:
Stefan Imhoff
2023-04-17 20:27:44 +02:00
parent f2d809dd3b
commit bf0e88df20
3 changed files with 88 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import {
AmazonBook,
Book,
ColorSwatch,
Divider,
Headline,
Image,
@@ -19,6 +20,7 @@ export const mapping = {
a: TextLink,
AmazonBook,
Book,
ColorSwatch,
h1: Title,
h2: Headline,
h3: Subheadline,