ritikranjan12 / svelte-commerce-npm-packages

Npm package provides UI to use Litekart theme directly into your website.

Home Page:https://www.npmjs.com/package/@misiki/litekart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LiteKart UI NPM Package

npm version

This npm package provides UI to use directly it in your website.

Installation

You can install the LiteKart UI npm package using npm:

npm i @misiki/litekart

You can install the LiteKart npm package using pnpm:

pnpm i @misiki/litekart

Usages

you can use this by importing UI directly and then use it as your need.

import {BackButton} from '@misiki/litekart'
<BackButton 
    to="pass url to redirect"
    claszz="tailwind css for custom design"
    whiteText="true or false for light/dark mode"
/>

Contributions

We are in early phase of this npm package and needs contribution from the community.

About

Npm package provides UI to use Litekart theme directly into your website.

https://www.npmjs.com/package/@misiki/litekart

License:MIT License


Languages

Language:Svelte 93.8%Language:TypeScript 3.6%Language:JavaScript 2.1%Language:HTML 0.4%Language:CSS 0.1%