@element-public/react-line-ripple
v5.68.10-alpha.1
Published
Line Ripple component for Element React
Keywords
Readme
LineRipple
Description
Implements the MDC line ripple feature, used by other components.
Install from Artifactory
- Verify that you have access to (https://docs.int.bayer.com/cloud/devops/artifactory/)[Bayer Artifactory]
- Verify your token is correctly set up in your .npmrc as per the link above
- Verify you have the @element scope configured in your .npmrc
@element:registry=https://artifactory.bayer.com/artifactory/api/npm/npm-platforms-engineering/
- Install the component and themes bundles
npm i @element/react-components @element/themes- alternatively install the component individually along with the themes bundle
npm i @element/react-line-ripple @element/themes
- alternatively install the component individually along with the themes bundle
Line Ripple Props
| Name | Type | Default | Required | Description | | ------------ | ------ | --------- | -------- | ---------------------------------------------------------------- | | activated | bool | null | false | | | className | string | undefined | false | The css class name to be passed through to the component markup. | | rippleCenter | string | null | false | |
