An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Iconiq

Motion-powered React component library built around the shadcn registry workflow.

![Iconiq — Motion-Powered React Components](./public/og.png)

## 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.