Modrinth/docs/routes/index.md
2022-06-25 13:08:20 -07:00

988 B

title
Introduction

Overview

Omorphia is Modrinth's component, style, and utility library for Svelte projects. It includes:

  • 🧩 Typed components which enhance HTML elements and provide a consistent UI
  • 🎨 CSS classes to easily style elements with a coherent style
  • 🧰 Typed utilities to solve common tasks quick and dependably
  • ⚙️ Configuration for SvelteKit and PostCSS to simplify setups
  • 🚚 A Rollup plugin to generate a cache of heavily used API requests and OpenAPI types

Omorphia is used in Knossos (modrinth.com) and Theseus (Minecraft launcher).

It uses Svelte to deliver the best performance with the least boilerplate.

Try Omorphia online

You can try Omorphia online via CodeSandbox 💻.

Getting started

Follow the instructions on the setup page 🛠️.