Splendid Svelte

Splendid Svelte contains components you will be using to create your websites and applications.

These components are largely grouped into three categories:

  1. Form Components
  2. UI Components
  3. Utility Components

Form Components

Form components are all components that are related to the <form> element (or a user’s input)

UI Components

UI components are those that output HTML in a way that will affect the UI.

Most of these components will also require JavaScript to work.

Utility Components

Utility components are the final kind. These will usually manipulate HTML, but they would not affect the UI.

They’re here to make life easier by giving you DX features while helping you create better UI. (Most of the UI components depend on utility components in some way).