Documentation

Everything you need to know about getting started with Starter.

Getting Started

Welcome to Starter! This guide will help you get up and running in minutes.

Installation

npm install starter-ui
# or
yarn add starter-ui

Basic Usage

import { Button, Card } from 'starter-ui';

function MyPage() {
  return (
    <Card>
      <Button>Click me</Button>
    </Card>
  );
}

Key Features

50+ Production-ready components
Fully responsive out of the box
Accessible by default
TypeScript support
Dark mode ready
Regular updates

Next Steps

Ready to dive deeper? Check out our detailed guides on components, theming, and advanced customization.