jattac.libs.web.overflow-menu 0.0.30 → 0.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -42,13 +42,13 @@ const App = () => {
42
42
 
43
43
  ## Documentation Index
44
44
 
45
- 1. [Cookbook: Practical Examples](./docs/examples.md) - **Start here** to learn through real-world scenarios.
46
- 2. [Feature Showcase](./docs/features.md) - A high-level overview of available capabilities.
47
- 3. [API Reference](./docs/api.md) - Detailed technical specifications for components and types.
48
- 4. [Configuration Guide](./docs/configuration.md) - Customization, styling, and global settings.
49
- 5. [Development Guide](./docs/development.md) - Instructions for contributors and local setup.
50
- 6. [Migration Guide](./docs/breaking-changes.md) - Handling updates and breaking changes.
45
+ 1. [Cookbook: Practical Examples](https://github.com/nyingimaina/jattac.libs.web.overflow-menu/blob/develop/docs/examples.md) - **Start here** to learn through real-world scenarios.
46
+ 2. [Feature Showcase](https://github.com/nyingimaina/jattac.libs.web.overflow-menu/blob/develop/docs/features.md) - A high-level overview of available capabilities.
47
+ 3. [API Reference](https://github.com/nyingimaina/jattac.libs.web.overflow-menu/blob/develop/docs/api.md) - Detailed technical specifications for components and types.
48
+ 4. [Configuration Guide](https://github.com/nyingimaina/jattac.libs.web.overflow-menu/blob/develop/docs/configuration.md) - Customization, styling, and global settings.
49
+ 5. [Development Guide](https://github.com/nyingimaina/jattac.libs.web.overflow-menu/blob/develop/docs/development.md) - Instructions for contributors and local setup.
50
+ 6. [Migration Guide](https://github.com/nyingimaina/jattac.libs.web.overflow-menu/blob/develop/docs/breaking-changes.md) - Handling updates and breaking changes.
51
51
 
52
52
  ---
53
53
 
54
- [Next: Cookbook](./docs/examples.md)
54
+ [Next: Cookbook](https://github.com/nyingimaina/jattac.libs.web.overflow-menu/blob/develop/docs/examples.md)
@@ -1,4 +1,4 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
2
  export default interface IOverflowMenuItem {
3
3
  content: ReactNode;
4
4
  onClick?: () => void;