Skip to content

doc: add plugin usage example#1556

Open
derrabauke wants to merge 2 commits intoRobbieTheWagner:mainfrom
derrabauke:doc-plugin-usage
Open

doc: add plugin usage example#1556
derrabauke wants to merge 2 commits intoRobbieTheWagner:mainfrom
derrabauke:doc-plugin-usage

Conversation

@derrabauke
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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