mirror of
https://github.com/YGGverse/graph-php.git
synced 2026-03-31 17:45:31 +00:00
update readme
This commit is contained in:
parent
5875b46481
commit
c0969363b6
1 changed files with 9 additions and 2 deletions
|
|
@ -45,10 +45,17 @@ foreach ($calendarMonth->getNodes() as $day => $node)
|
||||||
|
|
||||||
###### Client-side
|
###### 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(
|
var_dump(
|
||||||
$calendarMonth->getNodes()
|
$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