A plugin that brings SwiftUI design aesthetics to React (Next.js and others), without supporting React Native. Includes UI elements, components, hooks, and utilities for design modifications.
npm install @makstashkevich/swiftui-react
# or
yarn add @makstashkevich/swiftui-react(Coming soon)
To set up the development environment:
- Clone the repository:
git clone https://github.com/makstashkevich/swiftui-react.git cd swiftui-react - Install dependencies:
npm install
- Build the project:
npm run build
MIT