Files
Pasquale Vitiello e937becd2d feat: migrate TanStack Table to v9 (#848)
* feat: migrate TanStack Table to v9

* perf: optimize TanStack Table state updates

* fix: restore team members table selection updates

Subscribe only re-renders when its child is a function, so static JSX left checkboxes stale until a sort. Match the members table: subscribe with a render function and toggle rows on click.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-08 11:03:58 +02:00
..
2026-07-13 17:02:28 +02:00
2026-02-04 09:49:24 +00:00
2025-11-17 15:28:45 +01:00
2026-05-08 13:27:35 +01:00
2025-10-15 11:39:22 +02:00
2026-02-04 09:49:24 +00:00
2025-11-17 15:28:45 +01:00
2025-11-17 15:28:45 +01:00
2025-11-17 15:28:45 +01:00

coss ui

coss ui is a collection of beautifully designed, accessible, and composable components for your React apps. Built on top of Base UI and styled with Tailwind CSS, it's designed for you to copy, paste, and own.

We think Base UI is the best foundation for modern web applications. We've taken its powerful, unstyled primitives and given them a design system that's ready to go, right out of the box.

This is the component library we'll be progressively adopting for cal.com. We're building it in the open for anyone who wants to create beautiful, reliable user interfaces.

Contributing

We're always looking for contributors to help improve our UI components. Whether it's a bug report, a new feature, or a documentation update, we appreciate your help.

Please see our Contributing Guidelines for more information on how to get involved.

Getting Started

Run development server:

bun run dev

Open http://localhost:4000 with your browser to see the result.

Development

Linting

Check for linting errors:

bun run lint

Formatting

Format code automatically:

bun run format

Format code and fix linting errors:

bun run format:all

Type Checking

Run TypeScript type checking:

bun run typecheck

Resources

shadcn/ui Registry

Build shadcn/ui registry:

bun run registry:build

This build script compiles all the registry items into a json file that is compatible with both v0 and the shadcn/ui cli. Read the documentation for further details.

License

This project is licensed under the MIT License. See the LICENSE file for details.