3.0.4 • Published 8 months ago

@availity/help v3.0.4

Weekly downloads
56
License
MIT
Repository
github
Last release
8 months ago

title: Help

Context Provider to assist with Help Menu on Portal for specific pages Field Help Icon to import and access field level support

Version

Installation

npm

npm install @availity/help --save

Yarn

yarn add @availity/help

Page Level Help Example

import React from 'react';
import HelpProvider, { Help } from '@availity/help';

const Example = () => (
  <HelpProvider>
    <Help type="provider" id="1234-5678-9101-1213">
      Some Content You May need documentation for.
    </Help>
  </HelpProvider>
);

Page Level Help Props

id: string

The page level help ID Required

type: string

The page level help type: ie.: provider | vendor | payer | insight. Required

Field Level Help Icon Example

import React from 'react';
import { FieldHelpIcon } from '@availity/help';

const Example = () => (
  <div id="testId">
    Select A Provider <FieldHelpIcon id="1234-5678-910" labelId="testId" />
  </div>
);

Field Help Props

id: string

The field Help ID Required

color?: string

The bootstrap 3 color of the icon. Default:primary

size?: string

The size of the help icon. Default: 1x

labelId?: string

The id of the label for accessibility (aria-describedby). Default: ''

3.0.4

8 months ago

1.0.0

10 months ago

3.0.3

10 months ago

3.0.2

10 months ago

3.0.1

1 year ago

3.0.0

2 years ago

2.2.1

2 years ago

2.2.2

2 years ago

2.2.0

2 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.4.8-ts.13

4 years ago

1.5.0

4 years ago

1.4.6

4 years ago

1.4.7

4 years ago

1.4.5

4 years ago

1.4.4

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.11

4 years ago

1.3.10

4 years ago

1.3.9

4 years ago

1.3.7

4 years ago

1.3.8

4 years ago

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1-alpha.1835

5 years ago