1.0.36 • Published 2 years ago

@paprika/collapsible-checklists v1.0.36

Weekly downloads
346
License
MIT
Repository
github
Last release
2 years ago

@paprika/collapsible-checklists

Description

A controlled component that has checkable groups of checkable items. Checking the parent checks all of the children.

Installation

yarn add @paprika/collapsible-checklists

or with npm:

npm install @paprika/collapsible-checklists

Props

CollapsibleChecklists

PropTyperequireddefaultDescription
childrennodetrue-
onChangefunctrue-Callback triggered when the input state is changed

Group

PropTyperequireddefaultDescription
childrennodefalse[]Probably an array of "Items", but could be a Spinner or anything else
isCheckedByDefaultboolfalsefalseIf checkbox is checked by default
isDisabledboolfalsefalseIf CollapsibleChecklists is disabled
isIndeterminateByDefaultboolfalsefalseSets a visual state whether a checklist has been checked or not
onExpandfuncfalsenullSets if the CollapsibleChecklists is open
titlenodetrue-Indicate the title for the checklist

Heading

PropTyperequireddefaultDescription
childrennodetrue-Content of the heading

Item

PropTyperequireddefaultDescription
childrennodetrue-
isCheckedboolfalsefalseIf the item is checked or not
isDisabledboolfalsefalseIf the item is disabled
onChangefuncfalse() => {}Callback when user checked an item

Usage

import CollapsibleChecklists from "@paprika/collapsible-checklists";

const YourComponent = () => {
  return (
    <CollapsibleChecklists
      onChange={() => {
        /*...*/
      }}
    >
      <CollapsibleChecklists.Heading>Flowers</CollapsibleChecklists.Heading>

      <CollapsibleChecklists.Group title="Roses">
        <CollapsibleChecklists.Item isChecked>Damask</CollapsibleChecklists.Item>
        <CollapsibleChecklists.Item isChecked>Eden</CollapsibleChecklists.Item>
        <CollapsibleChecklists.Item isChecked>Lady Banks</CollapsibleChecklists.Item>
      </CollapsibleChecklists.Group>

      <CollapsibleChecklists.Group title="Irises">
        <CollapsibleChecklists.Item isChecked>Siberian</CollapsibleChecklists.Item>
        <CollapsibleChecklists.Item>Yellow</CollapsibleChecklists.Item>
        <CollapsibleChecklists.Item isDisabled>Bearded</CollapsibleChecklists.Item>
        <CollapsibleChecklists.Item>Netted</CollapsibleChecklists.Item>
      </CollapsibleChecklists.Group>
    </CollapsibleChecklists>
  );
};

export default YourComponent;

Links

1.0.36

2 years ago

1.0.36-next.0

2 years ago

1.0.35

2 years ago

1.0.35-next.0

2 years ago

1.0.34

2 years ago

1.0.34-next.0

2 years ago

1.0.33

2 years ago

1.0.33-next.0

2 years ago

1.0.32

3 years ago

1.0.32-next.0

3 years ago

1.0.31

3 years ago

1.0.30

3 years ago

1.0.31-next.0

3 years ago

1.0.29

3 years ago

1.0.29-next.0

3 years ago

1.0.30-next.0

3 years ago

1.0.27-next.0

3 years ago

1.0.27-next.1

3 years ago

1.0.28

3 years ago

1.0.27

3 years ago

1.0.28-next.0

3 years ago

1.0.26-next.0

3 years ago

1.0.26-next.1

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

4 years ago

1.0.24-next.0

4 years ago

1.0.24-next.1

4 years ago

1.0.25-next.0

3 years ago

1.0.22-next.1

4 years ago

1.0.22-next.0

4 years ago

1.0.23-next.0

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.23

4 years ago

1.0.21-next.0

4 years ago

1.0.19-next.0

4 years ago

1.0.19

4 years ago

1.0.20-next.0

4 years ago

1.0.20

4 years ago

1.0.18

4 years ago

1.0.18-next.0

4 years ago

1.0.17-next.0

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.16-next.0

4 years ago

1.0.15

4 years ago

1.0.15-next.0

4 years ago

1.0.14-next.0

4 years ago

1.0.14

4 years ago

1.0.13-next.0

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.12-next.0

4 years ago

1.0.11

4 years ago

1.0.11-next.0

4 years ago

1.0.9

4 years ago

1.0.10-next.0

4 years ago

1.0.9-next.0

4 years ago

1.0.10

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.8-next.1

4 years ago

1.0.8-next.0

4 years ago

1.0.7-next.0

4 years ago

1.0.6-alpha.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.5-alpha.0

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.3-alpha.0

5 years ago

1.0.2

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

1.0.0

5 years ago

0.3.36

5 years ago

0.3.36-alpha.4

5 years ago

0.3.36-alpha.3

5 years ago

0.3.36-alpha.2

5 years ago

0.3.36-alpha.1

5 years ago

0.3.36-alpha.0

5 years ago

0.3.35

5 years ago

0.3.34

5 years ago

0.3.33

5 years ago

0.3.32

5 years ago

0.3.31

5 years ago

0.3.30

5 years ago

0.3.29

5 years ago

0.3.28

5 years ago

0.3.27

5 years ago

0.3.26

5 years ago

0.3.25

5 years ago

0.3.24

5 years ago

0.3.23

5 years ago

0.3.22

5 years ago

0.3.21

5 years ago

0.3.20

5 years ago

0.3.19

5 years ago

0.3.18

5 years ago

0.3.17

5 years ago

0.3.16

5 years ago

0.3.15

5 years ago

0.3.14

5 years ago

0.3.13

5 years ago

0.3.12

5 years ago

0.3.11

5 years ago

0.3.10

5 years ago

0.3.9

5 years ago

0.3.8

5 years ago

0.3.7

5 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.11

6 years ago

0.2.10

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago