Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add plugin usage example #1556

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

derrabauke
Copy link

Adds documentation on how to use plugins with ember-flatpickr.

Fixes #583

@derrabauke derrabauke marked this pull request as ready for review March 8, 2023 09:33

```js
// ember-cli-build.js
app.import("node_modules/flatpickr/dist/plugins/monthSelect/style.css");
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@derrabauke do these need to be imported globally or could they be imported where used?

@RobbieTheWagner
Copy link
Owner

Hi @derrabauke, I think with the recently release v5 we need to update these docs. Would you be able to take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implementation of the monthselect plugin in ember flatpicker in ember
2 participants