4.1.2 • Published 4 years ago

@lendi-ui/text-bubble v4.1.2

Weekly downloads
184
License
ISC
Repository
-
Last release
4 years ago

@lendi-ui/text-bubble

A TextBubble component.

Installation

yarn add @lendi-ui/text-bubble

Usage

import TextBubble from '@lendi-ui/text-bubble';

<TextBubble />;

## Properties

<PropTable>
  <PropTable.Entry name="children" type="React.ReactNode" description="Content of the Text Bubble"/>
  <PropTable.Entry name="label" type="string" defaultValue={"Timestamp"} description="Label to appear above the text bubble, or else defaults to a current timestamp"/>
  <PropTable.Entry name="hasOverline" type="boolean" defaultValue={true} description="Flag for whether or not to include the overline text above. The label property will be ignored if this is disabled" />
  <PropTable.Entry name="isFullWidth" type="boolean" defaultValue={false} description="Flag for whether or not the element should use the full width of the parent container"/>
</PropTable>
4.1.2

4 years ago

4.1.1

4 years ago

4.1.0

4 years ago

5.0.0-beta.0

4 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.0.0-alpha

5 years ago

3.0.0

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago