Getting Started
Pebble is a React + TypeScript component library that brings the iOS 26 Liquid Glass aesthetic to the web.
Prerequisites
- React 18+
- TypeScript 5+
Install
npm install pebble-design-systemSetup
Import the stylesheet once at your app root:
import 'pebble-design-system/style.css'Then use any component:
import { Button, Card, Badge } from 'pebble-design-system'Last updated on