Customize your FlexiUI theme in real-time. Adjust colors, preview components, and export your configuration.
This is a preview of how your theme will look with different components.
import { flexiui } from '@flexi-ui/theme'
import { generateConfigFromColor } from '@flexi-ui/theme'
const themeConfig = generateConfigFromColor('#761AE8', {
defaultTheme: 'light',
additionalColors: {
secondary: '#06B6D4',
},
})
export default flexiui(themeConfig)