Getting Started

Cotton is an AI-Native Design System with 88 accessible React components, MCP server for Claude Desktop, Figma token sync, and zero-config theming.

Quick Start

Install the Cotton UI package:

npm install @akrade/cotton-ui

Import and use components:

import { CottonButton, CottonInput } from '@akrade/cotton-ui';

function App() {
  return (
    <form>
      <CottonInput label="Email" type="email" />
      <CottonButton type="submit">Submit</CottonButton>
    </form>
  );
}

Features

Packages

Next Steps