Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import {
Content,
Message,
Text,
} from "@mittwald/flow-react-components";

<Message color="#ffeedd">
<Content>
<Text>
Lorem ipsum dolor sit amet, consetetur sadipscing
elitr, sed diam nonumy eirmod tempor invidunt ut
labore et dolore magna aliquyam erat, sed diam
voluptua. At vero eos et accusam et justo duo dolores
et ea rebum. Stet clita kasd gubergren, no sea
takimata sanctus est Lorem ipsum dolor sit amet.
</Text>
</Content>
</Message>;
12 changes: 12 additions & 0 deletions apps/docs/src/content/03-components/chat/message/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ stehen und passende Interaktion ermöglichen.

---

# Custom Color

Im Default sind `sender` blau und `responder` grau hinterlegt. Wenn eine
Nachricht gezielt hervorgehoben werden soll, zum Beispiel als System-Nachricht
oder als interne Notiz, kann der Message eine customColor mitgegeben werden.
Dabei muss der Entwickler selbst auf einen ausreichenden Kontrast zur Textfarbe
achten.

<LiveCodeEditor example="color" editorCollapsed />

---

# Kombiniere mit ...

## Markdown
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ test.each(testEnvironments)(

<Button>Button</Button>
</Message>
<Message color="#ffeedd">
<Content>
<Text>Custom color</Text>
</Content>
</Message>
</Flex>,
);

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.