🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

@klevu/ui-react

Package Overview
Dependencies
Maintainers
3
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@klevu/ui-react

Klevu UI components for React

latest
Source
npmnpm
Version
3.0.0
Version published
Maintainers
3
Created
Source

@klevu/ui-react

The @klevu/ui-react package is a transpiled version of @klevu/ui for use with React. It provides the same set of UI components as @klevu/ui, but there is little bit of code make them directly compatible with React.

Read more and learn: https://webcomponents.klevu.com

Installation

To install @klevu/ui-react, you can use npm or yarn:

npm install @klevu/ui-react
yarn add @klevu/ui-react

Usage

Once you have installed @klevu/ui-react, you can import the components you need and use them in your React application:

import { KlevuButton } from "@klevu/ui-react"

function App() {
  return (
    <div>
      <KlevuButton>Click me</KlevuButton>
    </div>
  )
}

Contributing

If you would like to contribute to @klevu/ui, please follow these steps:

  • Fork the repository.
  • Create a new branch for your changes.
  • Make your changes and commit them with a descriptive message.
  • Push your changes to your fork.
  • Create a pull request.

FAQs

Package last updated on 03 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts