From 5a0f38839c20c8ba072417a04dff986dc6a12d30 Mon Sep 17 00:00:00 2001 From: jonambas Date: Tue, 4 Jun 2024 21:08:34 -0400 Subject: [PATCH] docs: update readme --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 81b8f88..37c4ec8 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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'], }); ```