Skip to content

Commit

Permalink
chore(calendar): add demo selected disabled cell part (#419)
Browse files Browse the repository at this point in the history
* test(calendar): add test disabled cell

* chore(calendar): update test comment

* chore(calendar): add demo selected disabled to demo page

* test(calendar): remove unnecessary test

* chore(calendar): update demo block header
  • Loading branch information
Nantawat-Poothong authored Aug 2, 2022
1 parent 489b81e commit a780042
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/elements/src/calendar/__demo__/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
<ef-calendar disabled value="2020-05-02"></ef-calendar>
</demo-block>

<demo-block header="Selected Disabled Date" tags="selected,disabled">
<ef-calendar weekdays-only value="2020-05-02"></ef-calendar>
</demo-block>

<demo-block header="Responsive" layout="normal" tags="responsive">
<ef-calendar style="display:block" min="2010-06-01"></ef-calendar>
</demo-block>
Expand Down

0 comments on commit a780042

Please sign in to comment.