From c0969363b634c1f887ff5a8100b6aaa87f9ac8f7 Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 13 Aug 2023 21:45:06 +0300 Subject: [PATCH] update readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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