https://github.com/edwinvakayil/iconiq
An open-source icon library with motion built in. Early stage — contributions welcome.
https://github.com/edwinvakayil/iconiq
component-library framer-motion library shadcn-ui ui-components ui-ux
Last synced: about 2 months ago
JSON representation
An open-source icon library with motion built in. Early stage — contributions welcome.
- Host: GitHub
- URL: https://github.com/edwinvakayil/iconiq
- Owner: edwinvakayil
- License: mit
- Created: 2026-03-06T11:05:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-28T19:44:17.000Z (2 months ago)
- Last Synced: 2026-04-28T20:30:57.273Z (2 months ago)
- Topics: component-library, framer-motion, library, shadcn-ui, ui-components, ui-ux
- Language: TypeScript
- Homepage: https://www.iconiqui.com
- Size: 5.78 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Iconiq
Motion-powered React component library built around the shadcn registry workflow.

## Install
```bash
pnpm dlx shadcn@latest add @iconiq/button
```
You can also install directly from the registry:
```bash
pnpm dlx shadcn@latest add https://iconiqui.com/r/button.json
```
## What ships here
- Editable React components for modern interfaces
- Motion-powered interactions and state transitions
- shadcn-compatible registry delivery
- White-first docs with live previews and API details
## Development
```bash
pnpm install
pnpm dev
```
## Registry
Rebuild the published registry payloads with:
```bash
pnpm build-registry
```
## Contributing
Contributions are welcome. See [CONTRIBUTING.md](./CONTRIBUTING.md) for the current workflow.