Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .storybook/index.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import { Meta } from '@storybook/addon-docs';
import{Alert} from 'reactstrap';

<Meta title="Home" />

> <Alert color="warning">⚠ **WARNING:** This collection has been replaced by Availity Element.</Alert>

# Availity-React Storybook

Demo of all components within the availity-react library.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Example = () => (

#### Live example

[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/components-appicon--docs)
[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-appicon--docs)

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Example = () => (

#### Live example

[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/components-apptiles--docs)
[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-apptiles--docs)

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ const Example = () => (

## Storybook

[Live Example](https://availity.github.io/availity-react/storybook/?path=/docs/components-authorize-authorize--docs)
[Live Example](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-authorize-authorize--docs)
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ const Component = () => {

## Storybook

[Live Example](https://availity.github.io/availity-react/storybook/?path=/docs/components-authorize-useauthorize--docs)
[Live Example](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-authorize-useauthorize--docs)
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Example = () => <Avatar style={{ width: 100 }} />;

#### Live example

[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/components-avatar--docs)
[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-avatar--docs)

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Example = () => (

#### Live example

[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/components-badge-removable-badge--default)
[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-badge-removable-badge--default)

### `RemovableBadge` Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const Example = () => {

#### Storybook

Check out our [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/components-block-ui--default) for more examples
Check out our [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-block-ui--default) for more examples

#### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const ChildrenExample = () => (

#### Live example

[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/components-breadcrumbs--default)
[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-breadcrumbs--default)

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import '@availity/button/styles.scss';

#### Live example

[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/components-button-loading-button--default)
[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-button-loading-button--default)

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ Easy to use change password components
```bash
npx install-peerdeps @availity/change-password --save
```

Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Example = () => (

#### Live example

[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/components-feature--default)
[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-feature--default)

Component which validates the environment's features to determine if children content should be shown.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Example = () => (
);
```

#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/docs/components-feedback-feedback--docs"> Storybook</a>
#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-feedback-feedback--docs"> Storybook</a>

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { FeedbackForm } from '@availity/feedback';
const Example = () => <FeedbackForm name="Payer Space" />;
```

#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/components-feedback-feedbackwithform--docs)
#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-feedback-feedbackwithform--docs)

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Example = () => <Icon name="home" size="3x" color="primary" />;

#### Live example

[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/components-icon--default)
[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-icon--default)

#### All icons that are passed on `onClick` function will have a `style` of `{cursor: 'pointer'}` on hover.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Example = () => (

#### Live example

[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/components-link--with-absolute-url)
[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-link--with-absolute-url)

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Example = () => (
);
```

#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/story/components-list-group-item--list-group-item-status"> Storybook</a>
#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-list-group-item--list-group-item-status"> Storybook</a>

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Example = () => (
);
```

#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/docs/components-list-group-item--docs"> Storybook</a>
#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-list-group-item--docs"> Storybook</a>

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Example = () => (

#### Live example

[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/components-list-group--default)
[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-list-group--default)

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Example = () => (

#### Live example

[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/components-page-header--default)
[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-page-header--default)

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { PaginationControls } from '@availity/pagination';
const Example = () => <PaginationControls directionLinks />;
```

#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/story/components-pagination--controls"> Storybook</a>
#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-pagination--controls"> Storybook</a>

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Example = () => {
};
```

#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/docs/components-pagination--docs"> Storybook</a>
#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-pagination--docs"> Storybook</a>

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Example = () => (
);
```

#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/story/components-pagination--av-resource"> Storybook</a>
#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-pagination--av-resource"> Storybook</a>

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Example = () => (

#### Live example

[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/components-progress--default)
[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-progress--default)

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Example = () => (
);
```

#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/story/components-spaces--agreement"> Storybook</a>
#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-spaces--agreement"> Storybook</a>

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Example = () => (
);
```

#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/story/components-spaces--disclaimer"> Storybook</a>
#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-spaces--disclaimer"> Storybook</a>

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Example = () => (
);
```

#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/story/components-spaces--ghost-text"> Storybook</a>
#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-spaces--ghost-text"> Storybook</a>

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Example = () => (
);
```

#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/story/components-spaces--images"> Storybook</a>
#### Live example: <a href="https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-spaces--images"> Storybook</a>

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Example = () => (

#### Live example

[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/components-wizard--docs)
[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-wizard--docs)

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Example = () => (

#### Live example

[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/components-wizard--docs)
[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-wizard--docs)

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Example = () => (

#### Storybook

Checkout the [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/components-training-link--default) for interactive examples
Checkout the [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-training-link--default) for interactive examples

### Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Example = ({ myData }: Props) => (

#### Storybook

Checkout the [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/components-tree--default) for interactive examples
Checkout the [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-tree--default) for interactive examples

### Props

Expand Down
4 changes: 4 additions & 0 deletions docusaurus/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Introduction
slug: /
---

:::warning
This collection has been replaced by Availity Element.
:::

Availity React is a repo of [React](https://react.dev/) components built for web projects on the Availity Portal. This site provides documentation on how to use those components.

Many of the packages provided by `availity-react` are wrappers around common `reactstrap` components. If you can't find what you're looking for in these docs, take a look at the [Reactstrap documentation](https://reactstrap.github.io).
Expand Down
Loading
Loading