
If this argument is not specified, styles of all UI components are included.Posted on March 20, 2023, 9:22 p.m. Specifies a comma-separated list of UI components whose styles should be included in the resulting CSS file. Specifies the target DevExtreme version or a tag that points to it (the default value is latest). dx-swatch-xxx, where xxx is the value from the -output-color-scheme parameter).Įxports only base variables used to produce derived variables. When present, creates a color swatch, i.e., adds a CSS scope to each CSS rule (. Specifies the custom color scheme name (default: custom-scheme). Specifies the format of the output variables: less or scss (default: less or the extension extracted from the -output-file value (if it contains any)).

Specifies the name of the file that contains input data (a. Specifies a base theme's name (default: generic.light). Run the following command to export the metadata as a. This property is used only if the icons and fonts are not in the same folder as your custom theme. The metadata object contains the following properties:Īn array that describes customized theme variables.Ī predefined DevExtreme theme which the custom theme is based on.Ī flag that indicates whether the theme is a color swatch.Ī list of UI components whose styles are included in the resulting CSS file.Ī path to the folder that contains the DevExtreme icons and fonts folders. "assetsBasePath": "./././node_modules/devextreme/dist/css/" Once the command is executed, import DevExtreme components. These steps are explained in the Add DevExtreme to an React Application article. Imports the dx.light.css DevExtreme stylesheet in src/App.js.Adds the devextreme and devextreme-react npm packages to the dependencies in package.json and installs their latest versions.


These steps are explained in the Add DevExtreme to a Vue Application article. Imports the dx.light.css DevExtreme stylesheet in src/main.js.Adds the devextreme and devextreme-vue npm packages to the dependencies in package.json and installs their latest versions.Once the command is executed, import DevExtreme modules.

These steps are explained in the Add DevExtreme to an Angular CLI Application article.
