Skip to content

Commit 81cf869

Browse files
authored
Update README.md
1 parent 4c14e54 commit 81cf869

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
# lazy-component
1+
# Lazy component
2+
3+
:wrench: Component for Nette framwork which helps with creation of lazy ajax loaded components.
4+
5+
## Introduction
6+
7+
## Installation
8+
9+
Install package using composer
10+
11+
```
12+
composer require infinityloop-dev/lazy-component
13+
```
14+
15+
## Dependencies
16+
17+
- PHP >= 7.4
18+
- [nette/application](https://github.com/nette/application)
19+
20+
## How to use
21+
22+
TODO

0 commit comments

Comments
 (0)