mirror of
https://github.com/YGGverse/graph-php.git
synced 2026-03-31 09:35:31 +00:00
update readme
This commit is contained in:
parent
5875b46481
commit
c0969363b6
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
|
@ -45,10 +45,17 @@ foreach ($calendarMonth->getNodes() as $day => $node)
|
|||
|
||||
###### Client-side
|
||||
|
||||
Coming soon on [YGGstate](https://github.com/YGGverse/YGGstate) or play with dump generated:
|
||||
* [CSS](https://github.com/YGGverse/YGGstate/blob/main/src/public/assets/theme/default/css/yggverse/graph/calendar/month.css)
|
||||
* [PHP/HTML](https://github.com/YGGverse/YGGstate/blob/main/src/public/index.php)
|
||||
|
||||
To make your own implementation, play with:
|
||||
|
||||
```
|
||||
var_dump(
|
||||
$calendarMonth->getNodes()
|
||||
);
|
||||
```
|
||||
```
|
||||
|
||||
###### Live examples
|
||||
|
||||
* [https://94.140.114.241/yggstate](https://94.140.114.241/yggstate)
|
||||
Loading…
Add table
Add a link
Reference in a new issue