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)
- CSS Style Generator
- iOS Style's
- iOS Colors
- iOS Sizes
- iOS Fonts (SF Pro Display)
- iOS Icons (SF Symbols) @bradleyhodges/sfsymbols
- Provider
- View
- Window
- List
- Form
- Section
- Text
- Stack's
- HStack
- VStack
- ZStack
- Image
- Image
- Image on List
- Button
- Color
- ColorPicker
- DatePicker
- Picker
- Divider
- GeometryReader
- Group
- Label
- Menu
- ProgressView
- Shape
- SheetContent
- Slider
- Spacer
- Stepper
- TextField
- Toggle
To set up the development environment:
- Clone the repository:
git clone https://github.com/makstashkevich/swiftui-react.git cd swiftui-react - Install dependencies:
pnpm install
- Build the project:
pnpm run build
MIT