0.3.2 • Published 5 months ago
@aevatar-react-sdk/ui-react v0.3.2
@aevatar-react-sdk/ui-react
React UI components for Aevatar SDK, built with Radix UI, Tailwind CSS, and Jotai.
Introduction
This package provides a set of reusable React UI components for building applications with the Aevatar SDK. It leverages Radix UI primitives, Tailwind CSS for styling, and Jotai for state management.
Installation
npm install @aevatar-react-sdk/ui-react
# or
yarn add @aevatar-react-sdk/ui-reactUsage
import { YourComponent } from '@aevatar-react-sdk/ui-react';
function App() {
return <YourComponent />;
}// ... Add more usage examples as needed ...
Dependencies
- React 18+
- Radix UI (Dialog, Popover, Select, etc.)
- Tailwind CSS
- Jotai
- @aevatar-react-sdk/core, services, types, utils
Scripts
dev: Start development mode with Vitebuild: Build the packagelint: Lint the codebasetest: Run tests with coveragetest:dev: Run tests in watch modeformat: Format the codebasepreview: Preview the build
Development
- Clone the repository
- Install dependencies with
pnpm install - Run
pnpm devto start development
Testing
Run tests with:
pnpm testContributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
// All comments and explanations are in English as required.
0.3.2
5 months ago
0.3.1
5 months ago
0.3.1-alpha.1
6 months ago
0.3.1-alpha.0
7 months ago
0.3.0
7 months ago
0.2.1
8 months ago
0.2.0
9 months ago
0.2.0-alpha.1
9 months ago
0.2.0-alpha.0
9 months ago
0.1.0
9 months ago