A simple React demo using a Drawer component with feedback and star rating.
- Drawer UI with feedback form
- Star rating selection
- Tailwind CSS styling
- RTL support via DirectionProvider
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Build for production:
npm run build
The main interactive component is DrawerDemo in src/components/drawer-demo.tsx:
- Click the "Drawer" button to open the feedback drawer.
- Select a star rating and optionally write a review.
- Submit your feedback.