diff --git a/README.md b/README.md index e039ad5..d6c29e2 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,33 @@ - [ ] AD/BS accept both value (AD as primary) - [ ] AD/BS sends both value - [ ] Implement date format usage + + +# React AD BS Date picker + +Hi! This is a ongoing project on **ad-bs date picker**. ..... + +# Components + +# Main Functions + +| |Params |Description | +|----------------|-------------------------------|-----------------------------| +|getCalendarType()|none |returns current active calendar type (either "AD" or "BS") | +|setCalendarType() |`"AD"` or `"BS"` |sets calendar type | + + + + +# Calendar Functions + +| |Params |Outpuut | +|----------------|-------------------------------|-----------------------------| +|Single backticks|`'Isn't this fun?'` |'Isn't this fun?' | +|Quotes |`"Isn't this fun?"` |"Isn't this fun?" | +|Dashes |`-- is en-dash, --- is em-dash`|-- is en-dash, --- is em-dash| + + +# Calendar Data + +The file explorer is accessible using the button in left corner of the navigation bar. You can create a new file by clicking the **New file** button in the file explorer. You can also create folders by clicking the **New folder** button.