@nmpis/components-web
v1.0.0-rc.1
Published
Solid component host and reusable Nostr UI components for NMP web apps.
Downloads
86
Readme
components-web
Reusable Solid components and host/provider contracts for NMP web apps.
Apps should import the stable root API:
import { NmpComponentHostProvider, NostrAvatar } from "@nmpis/components-web";Feature subpaths are also public:
import { NmpComponentHostProvider } from "@nmpis/components-web/component-host";
import { NostrAvatar } from "@nmpis/components-web/user-avatar";Split app repos must not add tsconfig.paths aliases to ../packages/* or copy
package source into the app checkout. The NMP registry's raw-source viewer reads
local package source by relative file path; src/* is not a public package API.
