-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
contentIssues related to the contents of the documentation websiteIssues related to the contents of the documentation websitepackage: vueIssues related to the Ionic Vue documentationIssues related to the Ionic Vue documentation
Description
URL
https://ionicframework.com/docs/api/datetime
Issue Description
I was having issues with using datetime for the first time in my vue app, I am new to ionic framework so I followed the docs to implement the functionality, but i got stuck styling a selected date, only for me to discover that i needed to import the style library, and this was not stated in the documentation I had to import the style in my main.ts:
import '@ionic/vue/css/ionic.bundle.css';
Metadata
Metadata
Assignees
Labels
contentIssues related to the contents of the documentation websiteIssues related to the contents of the documentation websitepackage: vueIssues related to the Ionic Vue documentationIssues related to the Ionic Vue documentation
Type
Projects
Status
Backlog
Milestone
Relationships
Development
Select code repository
Activity
soundproofboot commentedon Jun 10, 2025
Did you include the necessary CSS imports when setting up your project to use Ionic?