
**Tactile, dark-first React component library built on [Radix](https://www.radix-ui.com/) primitives.**
Old-iOS skeuomorphism × macOS Sequoia neatness × Ubuntu warmth.
---
## Install
Distributed via self-hosted git — install straight from the repo:
```bash
npm i git+ssh://git@git.ollyhearn.ru:49239/olly/modern-sk.git
```
`react` and `react-dom` (>=18) are peer dependencies — your app provides them.
The package builds itself on install via the `prepare` script.
## Usage
Import the stylesheet once at your app root, then use components anywhere:
```tsx
import 'modern-sk/styles.css'; // required — tokens + components
import 'modern-sk/fonts.css'; // optional — branded faces (see Fonts)
import { ThemeProvider, TooltipProvider, Button, Card } from 'modern-sk';
export function App() {
return (