0.0.18 • Published 1 month ago

@medecom/ui v0.0.18

Weekly downloads
-
License
-
Repository
-
Last release
1 month ago

Medecom UI NPM Package

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 @medecom/ui

You can install the LiteKart npm package using pnpm:

pnpm i @medecom/ui

Usages

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

import {BackButton} from '@medecom/ui'
<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.

0.0.18

1 month ago