Comprehensive Theming
Built-in dark mode support, customizable color palettes, and flexible design tokens. Create your brand's unique look effortlessly.
A modern Vue 3 UI library focused on developer experience, accessibility, and comprehensive theming.
$ npm add @codeandfunction/callaloo
$ pnpm add @codeandfunction/callaloo
$ yarn add @codeandfunction/callaloo
<script setup lang="ts">
import '@codeandfunction/callaloo/styles.css'
import { CLButton, CLThemeProvider } from '@codeandfunction/callaloo'
</script>
<template>
<CLThemeProvider>
<CLButton :color="CLColors.Primary">
Hello Callaloo! 👋
</CLButton>
</CLThemeProvider>
</template>
Ready to build something amazing?