5.0.19 • Published 1 month ago

@leafygreen-ui/pipeline v5.0.19

Weekly downloads
28
License
Apache-2.0
Repository
github
Last release
1 month ago

Pipeline

npm (scoped)

View on MongoDB.design

Installation

Yarn

yarn add @leafygreen-ui/pipeline

NPM

npm install @leafygreen-ui/pipeline

Example

<Pipeline size="xsmall" className="my-pipeline">
  <Stage>$match</Stage>
  <Stage>$addFields</Stage>
  <Stage>$limit</Stage>
</Pipeline>

Properties

PropTypeDescriptionDefault
classNamestringAdds a className to the class attribute.''
childrennodeThe content that will render inside of the component. If any nodes other than Stage components are passed in as children, the Pipeline component will automatically wrap them with Stage components.undefined
size'xsmall', 'small', 'normal', 'large'Sets the size variant of the Pipeline.'xsmall'
darkModebooleanDetermines if the component renders in dark themefalse
...native div attributesAny other props will be spread on the root div element

All other props will be spread onto the root element.

Stage

Properties

PropTypeDescriptionDefault
classNamestringAdds a className to the class attribute.''
childrennodeThe content that will render inside of the component.undefined
thresholdnumber | number[]Either a single number or an array of numbers which indicate at what percentage of the target's visibility, the observer's callback should be executed.0.8
...native li attributesAny other props will be spread on the root li element

The Pipeline component will decorate the child Stage components with the size and darkMode prop that it is supplied with.

5.0.19

1 month ago

5.0.18

2 months ago

5.0.18-popover.0

4 months ago

6.0.0-alpha.0

10 months ago

6.0.0-alpha.1

10 months ago

5.0.10

10 months ago

5.0.11

9 months ago

5.0.12

9 months ago

5.0.13

9 months ago

5.0.14

9 months ago

5.0.15

8 months ago

5.0.16

7 months ago

5.0.17

6 months ago

5.0.9

11 months ago

5.0.8

11 months ago

5.0.7

12 months ago

5.0.8-next.7

12 months ago

5.0.8-next.0

12 months ago

5.0.8-next.1

12 months ago

5.0.8-next.2

12 months ago

5.0.8-next.3

12 months ago

5.0.8-next.4

12 months ago

5.0.8-next.5

12 months ago

5.0.8-next.6

12 months ago

5.0.6

1 year ago

5.0.5

1 year ago

5.0.4

1 year ago

5.0.3

1 year ago

5.0.2

1 year ago

5.0.1

1 year ago

5.0.0

1 year ago

2.2.1

2 years ago

2.2.0

2 years ago

3.0.0

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

2.2.0-next.2

2 years ago

2.2.0-next.0

2 years ago

2.2.0-next.1

2 years ago

2.1.8

2 years ago

2.2.0-test.0

2 years ago

2.1.6

2 years ago

2.1.7

2 years ago

2.1.5

3 years ago

2.1.4

3 years ago

2.1.3

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago