neolight-product-card
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

NeoLight Product Card

Testing NPM deployment with TSDX.

Example

import {} from "neolight-product-card";
<ProductCard
    product={product}
    initialValues={{
        count: 4,
        maxCount: 10,
    }}
>
    {() => (
        <>
            <ProductCard.Image />
            <ProductCard.Title className="text-bold" />
            <ProductCard.Buttons />
        </>
    )}
</ProductCard>

Readme

Keywords

Package Sidebar

Install

npm i neolight-product-card

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

155 kB

Total Files

40

Last publish

Collaborators

  • neolight1010