https://github.com/chaiyokung/react-aria-styled-components
Using React Aria with Styled Components
https://github.com/chaiyokung/react-aria-styled-components
Last synced: 2 months ago
JSON representation
Using React Aria with Styled Components
- Host: GitHub
- URL: https://github.com/chaiyokung/react-aria-styled-components
- Owner: ChaiyoKung
- Created: 2023-05-20T14:44:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T14:37:29.000Z (about 2 years ago)
- Last Synced: 2025-02-07T16:39:49.870Z (4 months ago)
- Language: TypeScript
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Aria with Styled Components
## Getting Started
1. Install pnpm
```
npm install -g pnpm
```
2. Install dependencies
```
pnpm install
```
3. Run development mode
```
pnpm dev
```
4. Run preview production mode
```
pnpm build
pnpm preview
```