Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
prasid444 authored Aug 11, 2020
1 parent d6a3eb3 commit ee2420b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ee2420b

Please sign in to comment.