Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonambas committed Jun 5, 2024
1 parent d746266 commit 5a0f388
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Sweatpants

⚠️⚠️⚠️⚠️

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

⚠️⚠️⚠️⚠️
> [!CAUTION] Please don't use this. This is a sandbox for personal side projects and I cannot recommend Sweatpants for production environments.
## @sweatpants/react

Expand All @@ -15,7 +11,9 @@ A simple React component library. See [sweatpants.vercel.app](https://sweatpants
```sh
npm i @sweatpants/react --save
```

**Components**

- Button
- ButtonGroup
- Card
Expand Down Expand Up @@ -43,6 +41,6 @@ npm i @sweatpants/panda-preset --save-dev
import { defineConfig } from '@pandacss/dev';

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

0 comments on commit 5a0f388

Please sign in to comment.