
vibe
🎨 Official monday.com UI resources for application development in React.js
501
Github Watches
332
Github Forks
501
Github Stars
Vibe Design System
Official monday.com UI resources for application development in React.js
Documentation • Catalog • Playground
Overview
Vibe Design System is a collection of packages designed to streamline your development process and enhance the user experience, by providing a set of components, styles, and guidelines for building applications in React.js.
Installation
npm install @vibe/core
# or
yarn add @vibe/core
To load all the relevant CSS tokens, import the tokens file in your root application file:
import "@vibe/core/tokens";
Usage
Components are imported from the library's root entry:
import { Button } from "@vibe/core";
MCP
Vibe includes an MCP (Model Context Protocol) server that provides intelligent assistance for working with Vibe components. The MCP server can help you discover component APIs, get usage examples, find appropriate icons, and follow best practices.
To get started, follow the installation instructions in the @vibe/mcp docs to integrate it in your preferred AI development tools.
Ecosystem
- @vibe/core: Core component library
- @vibe/icons: Icons library
- @vibe/testkit: Testing utilities for Playwright
- @vibe/codemod: Codemods and CLI tools
- monday-ui-style: Styling foundations (included in @vibe/core)
- vibe-storybook-components: Vibe Storybook Blocks
- storybook-addon-playground: A Component Playground Addon for Storybook
- @vibe/mcp: MCP server for Vibe Design System
Older Versions
Vibe 2 (monday-ui-react-core
) will no longer receive new features or enhancements but will continue to receive critical bug fixes as needed. We highly recommend following the migration guide to upgrade to the actively maintained Vibe 3, which includes the latest improvements, new components, and ongoing support.
For version 2 documentation, see vibe.monday.com/v2.
Contributing
We welcome and encourage every contributor! Please read our Contribution Guide.
Suggestions
If you have any questions or suggestions, please feel free to open a discussion.
Found a bug? Please open an issue.
相关推荐
AI's query engine - Platform for building AI that can answer questions over large scale federated data. - The only MCP Server you'll ever need
Production-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Vibe coding should have human in the loop! interactive-mcp: Local, cross-platform MCP server for interact with your AI Agent
A simple Model Context Protocol (MCP) server that integrates with Notion's API to manage my personal todo list.
Simple solution to give Claude ability to check current time via MCP