Skip to main content

Kousta UI

a ui library focuses on performance and convenience

Performance First

Built to be fast, with minimal re-renders and a lightweight footprint.

Robust Error Handling

Components that can throw errors are wrapped in Error Boundaries by default.

Easy to Configure

A global configuration provider makes it simple to theme your application.

Component Examples

Choose a framework
Search for a user...
IDNameStatusAssigneeActions
PROJ-001Kousta-UI MigrationIn ProgressJohn Doe
PROJ-002API IntegrationDoneJane Smith
PROJ-003Homepage RedesignIn ProgressPeter Jones
PROJ-004E2E Testing SetupBacklogMary Williams

Hooks & Helpers

{
  "user": {
    "name": "John Doe",
    "address": {
      "city": "New York",
      "zip": "10001"
    }
  },
  "settings": {
    "theme": "dark"
  }
}