Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jonambas/sweatpants
- Owner: jonambas
- Created: 2020-05-30T23:43:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T05:04:06.000Z (3 months ago)
- Last Synced: 2024-10-23T12:49:23.742Z (2 months ago)
- Language: TypeScript
- Homepage: https://sweatpants.vercel.app
- Size: 1.98 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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'],
});
```