0.5.3 • Published 5 months ago

@wander-lang/wander-components v0.5.3

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

Wander Components

This project contains a set of Web Components made using Lit that are intented to be used with Wander.

Using The Components

<wander-lang>

Example

<wander-lang>
let
  val x = "Hello"
  val y = "World"
in
  '(x y)
end
</wander-lang>

Actions

Run
Introspect

Developing

This project requires node and pnpm to be installed on your machine. Once you check out this project run the following commands.

pnpm install
pnpm run dev