0.22.7 • Published 4 months ago

@immich/ui v0.22.7

Weekly downloads
-
License
GNU Affero Genera...
Repository
-
Last release
4 months ago

@immich/ui

A component library for Immich, written in Svelte.

Install

npm i -D @immich/ui

Usage

Import components from @immich/ui. For example:

<script lang="ts">
	import {
		Card,
		CardBody,
		CardHeader,
		CardTitle,
		CardDescription,
		Heading,
		Text,
	} from '@immich/ui';
</script>

<Card>
	<CardHeader>
		<CardTitle>@immich/ui</CardTitle>
		<CardDescription>A component library</CardDescription>
	</CardHeader>
	<CardBody>
		<Lorem />
	</CardBody>
	<CardFooter>Privacy should not be a luxury</CardFooter>
</Card>

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.

Technology

0.22.7

4 months ago

0.22.6

4 months ago

0.22.5

5 months ago

0.22.4

5 months ago

0.22.3

5 months ago

0.22.2

5 months ago

0.22.1

5 months ago

0.22.0

5 months ago

0.21.1

5 months ago

0.21.0

5 months ago

0.20.0

5 months ago

0.19.1

6 months ago

0.19.0

6 months ago

0.18.1

6 months ago

0.18.0

6 months ago

0.17.4

6 months ago

0.17.3

7 months ago

0.17.2

7 months ago

0.17.1

8 months ago

0.17.0

8 months ago

0.16.0

8 months ago

0.15.0

9 months ago

0.14.2

9 months ago

0.14.1

9 months ago

0.14.0

9 months ago

0.13.0

9 months ago

0.12.1

9 months ago

0.12.0

9 months ago

0.11.0

9 months ago

0.10.0

9 months ago

0.9.0

9 months ago

0.8.0

10 months ago

0.7.0

11 months ago

0.6.0

11 months ago

0.5.0

11 months ago

0.4.0

11 months ago

0.3.0

11 months ago

0.2.2

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.0

11 months ago