Skip to content

Commit

Permalink
Referred the library name as React Bounded Overlay Manager in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
metincansiper committed Jan 3, 2024
1 parent a45e90e commit 8390248
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/markdowns/1_Introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import { Meta } from '@storybook/addon-docs/blocks';

<Meta title="Documentation/Introduction" />

# BoundedOverlayManager
# React Bounded Overlay Manager

## Overview

`BoundedOverlayManager` is a React library designed to create and manage overlay components within a specified bounding container. It offers flexible positioning, dynamic show/hide behavior, customizable event handling, and an API for extended control.
`React Bounded Overlay Manager` is a React library designed to create and manage overlay components within a specified bounding container. It offers flexible positioning, dynamic show/hide behavior, customizable event handling, and an API for extended control.

## Key Features

Expand Down Expand Up @@ -48,7 +48,7 @@ const BasicExample = () => {

## Learn More

For more detailed information on how to utilize `BoundedOverlayManager` to its fullest, explore the following sections:
For more detailed information on how to utilize `React Bounded Overlay Manager` to its fullest, explore the following sections:

### Components

Expand Down
4 changes: 2 additions & 2 deletions docs/markdowns/2_APIDocumentation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import { Meta } from '@storybook/addon-docs/blocks';

<Meta title="Documentation/API Documentation" />

# API Documentation for BoundedOverlayManager
# API Documentation for React Bounded Overlay Manager

## Introduction

This section provides detailed information about the API methods available in the `BoundedOverlayManager` library.
This section provides detailed information about the API methods available in the `React Bounded Overlay Manager` library.

## Using the API

Expand Down

0 comments on commit 8390248

Please sign in to comment.