Skip to content

Commit b94bdda

Browse files
author
Viktor Pasynok
committed
added: part of readme
1 parent 31b31de commit b94bdda

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Bring the power of slots to your React components effortlessly.
1212
- [How to Pass Props to Components Inserted into a Slot](#how-to-pass-props-to-components-inserted-into-a-slot)
1313
- [How to Insert Multiple Components into a Slot](#how-to-insert-multiple-components-into-a-slot)
1414
- [How to Manage the Order of Components in a Slot](#how-to-manage-the-order-of-components-in-a-slot)
15+
- [Community](#community)
1516

1617
## Motivation
1718

@@ -200,3 +201,8 @@ With the order property applied, the rendered output will look like this:
200201
- **Type**: `order` is always a number.
201202
- **Default Behavior**: If `order` is not provided, the components are rendered in the order they are inserted.
202203
- **Custom Order**: Components with a lower `order` value are rendered before those with a higher value. If multiple components have the same `order` value, they maintain the order of insertion.
204+
205+
## Community
206+
207+
- [Discord](https://discord.gg/Q4DFKnxp)
208+
- [Telegram](https://t.me/grlt_hub_app_compose)

package.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,22 @@
3535
},
3636
"repository": {
3737
"type": "git",
38-
"url": ""
38+
"url": "https://github.com/grlt-hub/react-slots.git"
3939
},
40-
"homepage": "",
41-
"description": "",
42-
"keywords": []
40+
"homepage": "https://github.com/grlt-hub/react-slots",
41+
"description": "Bring the power of slots to your React components effortlessly.",
42+
"keywords": [
43+
"grlt",
44+
"grlt-hub",
45+
"react",
46+
"slots",
47+
"slot-based-architecture",
48+
"dynamic-content",
49+
"component-injection",
50+
"modular-components",
51+
"react-library",
52+
"ui-framework",
53+
"content-management",
54+
"frontend"
55+
]
4356
}

0 commit comments

Comments
 (0)