4.0.1 • Published 1 year ago

@paprika/copy-input v4.0.1

Weekly downloads
108
License
MIT
Repository
github
Last release
1 year ago

@paprika/copy-input

Description

The CopyInput component is an input with a button that copies the input's contents to user's clipboard.

Installation

yarn add @paprika/copy-input

or with npm:

npm install @paprika/copy-input

Props

CopyInput

PropTyperequireddefaultDescription
alterCopiedTextfuncfalsenullCalled after the button is clicked, and the copied value is passed in
childrennodefalsenullUsed for CopyInput.Input
clickedTextstringfalsenullThe text to show in the tooltip when the user presses the "copy" button
hoverTextstringfalsenullThe text to show in the tooltip when the user hovers over the "copy" button
isReadOnlyboolfalsetrueIs the input read-only.
hasInputContainerboolfalsetrueIf the value will be rendered in an Input component or hidden
hasValueContainerboolfalsefalseIf a plain text version of the value will be rendered
valuestringfalse""Default value for the input

Usage

Uncontrolled:

import CopyInput from "@paprika/copy-input";

return <CopyInput value="Copy me" />;

Controlled with props for the internal Input

import CopyInput from "@paprika/copy-input";

const [controlledValue, setControlledValue] = React.useState("Copy me");

return (
  <CopyInput>
    <CopyInput.Input value={controlledValue} onChange={e => setControlledValue(e.target.value)} />
  </CopyInput>
);

Links

4.0.1

1 year ago

4.0.1-next.0

1 year ago

4.0.0

1 year ago

4.0.0-next.0

1 year ago

2.1.0-next.0

2 years ago

3.0.0-next.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

3.0.1-next.0

2 years ago

2.1.0

2 years ago

2.0.3

3 years ago

2.0.3-next.0

3 years ago

2.0.2

3 years ago

2.0.2-next.0

3 years ago

2.0.1

3 years ago

2.0.0-next.1

3 years ago

2.0.0

3 years ago

2.0.1-next.0

3 years ago

1.3.17-next.0

3 years ago

1.3.17

3 years ago

1.3.18

3 years ago

1.3.16

3 years ago

1.3.18-next.0

3 years ago

1.3.16-next.0

3 years ago

1.3.15-next.1

3 years ago

1.3.15-next.0

3 years ago

1.3.15-next.2

3 years ago

1.3.15

3 years ago

1.3.14

3 years ago

1.3.14-next.0

3 years ago

1.3.14-next.1

3 years ago

1.3.13

4 years ago

1.3.11

4 years ago

1.3.13-next.0

4 years ago

1.3.12

4 years ago

1.3.11-next.0

4 years ago

1.3.12-next.3

4 years ago

1.3.12-next.0

4 years ago

1.3.12-next.2

4 years ago

1.3.12-next.1

4 years ago

1.3.10

4 years ago

1.3.9-next.1

4 years ago

1.3.9

4 years ago

1.3.10-next.0

4 years ago

1.3.9-next.0

4 years ago

1.3.8

4 years ago

1.3.8-next.0

4 years ago

1.3.7-next.0

4 years ago

1.3.7

4 years ago

1.3.6

4 years ago

1.3.6-next.0

4 years ago

1.3.5

4 years ago

1.3.5-next.0

4 years ago

1.3.4

4 years ago

1.3.4-next.0

4 years ago

1.3.3-next.0

4 years ago

1.3.3

4 years ago

1.3.2-next.0

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.1-next.0

4 years ago

1.3.0

4 years ago

1.3.0-next.0

4 years ago

1.2.1

4 years ago

1.2.1-next.0

4 years ago

1.2.0

4 years ago

1.2.0-next.0

4 years ago

1.1.14-next.0

4 years ago

1.1.13-next.0

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.11-next.0

4 years ago

1.1.12

4 years ago

1.1.12-next.0

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.10-next.0

4 years ago

1.1.10-next.1

4 years ago

1.1.9

4 years ago

1.1.9-next.0

4 years ago

1.1.8

4 years ago

1.1.8-next.1

4 years ago

1.1.8-next.0

4 years ago

1.1.7

4 years ago

1.1.7-alpha.2

4 years ago

1.1.7-alpha.1

4 years ago

1.1.7-alpha.0

4 years ago

1.1.6

4 years ago

1.1.6-alpha.0

4 years ago

1.1.5

4 years ago

1.1.5-alpha.0

4 years ago

1.1.4

4 years ago

1.1.4-alpha.0

4 years ago

1.1.3

4 years ago

1.1.3-alpha.0

4 years ago

1.1.2

4 years ago

1.1.2-alpha.0

4 years ago

1.1.1

5 years ago

1.1.1-alpha.0

5 years ago

1.1.0

5 years ago

1.0.2-alpha.1

5 years ago

1.0.2-alpha.0

5 years ago

1.0.1

5 years ago

1.0.1-alpha.0

5 years ago