We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
User Issue: T14916 - Switching between default themes in Angular https://surveyjs.answerdesk.io/internal/ticket/details/T14916
Please update this topic:
survey-library/docs/manage-default-themes-and-styles.md
Line 23 in 1ad67ed
To apply a predefined theme, it is necessary to import defaultV2.css, import a Theme module, and call the survey.applyTheme(Theme) function.
defaultV2.css
Theme
survey.applyTheme(Theme)
import "survey-core/defaultV2.min.css"; import BorderlessDark from "survey-core/themes/borderless-dark.js"; import DoubleBorderLight from "survey-core/themes/doubleborder-light.js"; survey.applyTheme(DoubleBorderLight);
View CodeSandbox
The text was updated successfully, but these errors were encountered:
RomanTsukanov
No branches or pull requests
User Issue: T14916 - Switching between default themes in Angular
https://surveyjs.answerdesk.io/internal/ticket/details/T14916
Please update this topic:
survey-library/docs/manage-default-themes-and-styles.md
Line 23 in 1ad67ed
To apply a predefined theme, it is necessary to import
defaultV2.css
, import aTheme
module, and call thesurvey.applyTheme(Theme)
function.View CodeSandbox
The text was updated successfully, but these errors were encountered: