Documentation
Everything you need to know about getting started with Starter.
Getting Started
Core Concepts
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-uiBasic 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