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

https://github.com/immich-app/ui

Svelte components for Immich
https://github.com/immich-app/ui

Last synced: 4 days ago
JSON representation

Svelte components for Immich

Awesome Lists containing this project

README

          

# @immich/ui

A component library for [Immich](https://immich.app), written in [Svelte](https://svelte.dev).

## Install

```bash
npm i -D @immich/ui
```

## Usage

Import components from `@immich/ui`. For example:

```html

import { Card, CardBody, CardHeader, CardTitle, CardDescription, Heading, Text } from '@immich/ui';


@immich/ui
A component library




Privacy should not be a luxury

```

## Documentation

To view the examples located at `src/routes/examples`, run `npm start` and navigate to http://localhost:5173/.

## Contributing

PR's are welcome! Also feel free to reach out to the team on [Discord](https://discord.immich.app).

```
mise install
pnpm install
pnpm build
cd packages/ui
pnpm start
```

## Technology

- [Svelte](https://svelte.dev)
- [tailwindcss](https://tailwindcss.com)
- [Material Design icons (@mdi/js)](https://pictogrammers.com/library/mdi/)