Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonambas/sweatpants

Dont use this, these are Jon's components for his personal side projects
https://github.com/jonambas/sweatpants

Last synced: 14 days ago
JSON representation

Dont use this, these are Jon's components for his personal side projects

Awesome Lists containing this project

README

        

# Sweatpants

> [!CAUTION]
> Please don't use this. This is a sandbox for personal side projects and I cannot recommend Sweatpants for production environments.

## @sweatpants/react

A simple React component library. See [sweatpants.vercel.app](https://sweatpants.vercel.app).

**Installation**

```sh
npm i @sweatpants/react --save
```

**Components**

- Button
- ButtonGroup
- Card
- Label
- Link
- Select
- ScreenReaderOnly
- Slot
- Stack
- Text
- TextField

## @sweatpants/panda-preset

A `@panda/dev` preset. See [what's included](https://sweatpants.vercel.app/?entry=root__panda-preset--tokens).

**Installation**

```sh
npm i @sweatpants/panda-preset --save-dev
```

```ts
// panda.config.ts
import { defineConfig } from '@pandacss/dev';

export default defineConfig({
presets: ['@sweatpants/panda-preset'],
});
```