All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.esm.preset.js Maven / Gradle / Ivy

Go to download

Responsive and accessible React UI components built with React and Emotion

The newest version!
"use strict";
import { defaultBaseConfig } from './preset-base.js';
import { mergeConfigs } from './styled-system/config.js';
import { createSystem } from './styled-system/system.js';
import { defaultThemeConfig } from './theme/index.js';

const defaultConfig = mergeConfigs(defaultBaseConfig, defaultThemeConfig);
const defaultSystem = createSystem(defaultConfig);

export { defaultConfig, defaultSystem, defaultSystem as system };




© 2015 - 2025 Weber Informatics LLC | Privacy Policy