svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.26k stars 62 forks source link

[Feature Request] Month Component: Indicator (bool) on a given day in a month. #458

Open small-time-dev opened 10 months ago

small-time-dev commented 10 months ago

Usage example, including component, action, motion, or utility API

I want to be able to glance at the month component and see which days have an event, preferably by a small colour circle indicator.

If it is already possible to do this with the month component or directly with day.js - please let me know!

If not, I will dive deeper! I am early in my dev and svelte journey so don’t expect anything tangible for me anytime soon!

Possible implementation - describe how the feature can be implemented

Hopefully directly into the each block in packages/svelteui-dates/src/components/Month/Month.svelte line 82

Do you want to contribute this feature and create a pull request

No