Skip to main content
Home

@zesty/core@0.1.6

latest
Works with
It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun
It is unknown whether this package works with Browsers
It is unknown whether this package works with Deno
It is unknown whether this package works with Node.js
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Bun
JSR Score52%
Published3 days ago (0.1.6)
function ZButton
ZButton(props: { children: preact.ComponentChildren; }): preact.JSX.Element

Parameters

props: { children: preact.ComponentChildren; }

Return Type

preact.JSX.Element

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@zesty/core

Import symbol

import { ZButton } from "@zesty/core";
or

Import directly with a jsr specifier

import { ZButton } from "jsr:@zesty/core";

Add Package

pnpm i jsr:@zesty/core
or (using pnpm 10.8 or older)
pnpm dlx jsr add @zesty/core

Import symbol

import { ZButton } from "@zesty/core";

Add Package

yarn add jsr:@zesty/core
or (using Yarn 4.8 or older)
yarn dlx jsr add @zesty/core

Import symbol

import { ZButton } from "@zesty/core";

Add Package

vlt install jsr:@zesty/core

Import symbol

import { ZButton } from "@zesty/core";

Add Package

npx jsr add @zesty/core

Import symbol

import { ZButton } from "@zesty/core";

Add Package

bunx jsr add @zesty/core

Import symbol

import { ZButton } from "@zesty/core";