Skip to content

CallalooBuild beautiful Vue interfaces

A modern Vue 3 UI library focused on developer experience, accessibility, and comprehensive theming.

Quick Start ​

Install Callaloo ​

sh
$ npm add @codeandfunction/callaloo
sh
$ pnpm add @codeandfunction/callaloo
sh
$ yarn add @codeandfunction/callaloo

Add to your Vue 3 project ​

vue
<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?

Get Started →

Released under the MIT License.