diff --git a/README.md b/README.md index b2c4004..6b14610 100644 --- a/README.md +++ b/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() ); -``` \ No newline at end of file +``` + +###### Live examples + + * [https://94.140.114.241/yggstate](https://94.140.114.241/yggstate) \ No newline at end of file