diff --git a/README.md b/README.md index 9eae616..40eb4a3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # shipbase/ui -Beautifully designed components that you can copy and paste into your apps. -**Framework agnostic. Accessible. Customizable.** +![Beta](https://img.shields.io/badge/status-beta-orange) + +> **Note:** This project is currently in active development. Features and APIs may change as we work towards a stable release. + +Beautifully designed components that you can copy and paste into your apps. +**Framework agnostic. Accessible. Customizable.** Built with [Ark UI](https://ark-ui.com/) and [Tailwind CSS](https://tailwindcss.com/). Inspired by [shadcn/ui](https://ui.shadcn.com/) style. diff --git a/apps/www/src/components/landing/newsletter.astro b/apps/www/src/components/landing/newsletter.astro index 39624fb..da2444b 100644 --- a/apps/www/src/components/landing/newsletter.astro +++ b/apps/www/src/components/landing/newsletter.astro @@ -1,6 +1,6 @@ --- -import { Button } from "@ui/react/button" -import { Input } from "@ui/react/input" +// import { Button } from "@ui/react/button" +// import { Input } from "@ui/react/input" ---