Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

whizzes/exo

Repository files navigation

exo

Svelte Components Library

Discord Publish Version Downloads

Getting Started

  1. Install @whizzes/exo
npm i -D @whizzes/exo
  1. Import styles in the +layout.svelte script section
import '@whizzes/exo/dist/styles.css';

Development

bun run story:dev

Setting up for Local Use

Include Exo as a local dependecy by clonning and building the project locally.

  "@whizzes/exo": "file:../exo",

Cloudflare Pages Preview Environments

Every time you open a new pull request, Cloudflare Pages will create a unique preview URL, which will stay updated as you continue to push new commits to the branch. This is only true when pull requests originate from the repository itself.

References

Check out all the available controls in their book: controls.histoire.dev. https://sveltesociety.dev/recipes/testing-and-debugging/unit-testing-svelte-component