Skip to content

It's a React UI component library written in React, TypeScript, and Rollup as a JavaScript bundler. It uses Storybook for testing components and Jest to write test cases. This library makes developers' lives easier by providing them with well-crafted UI components.

Notifications You must be signed in to change notification settings

rishabhverma54321/Qwik-ui

Repository files navigation

React UI Components

Welcome to the React UI Components library! This library provides a set of reusable UI components for building modern web applications with React.

To install the React UI Components library in your project, you can use npm:

npm install @rishabhmandawariya/qwik-ui

import React from 'react';
import { Slider } from '@rishabhmandawariya/qwik-ui'

const handleChange = (value) => {
console.log('Selected value:', value);
};

const data = ["Red","Green","Blue"]

const App = () => {
  return (
    <div>
      <Slider options={data} onChange={handleChange} className={className}/>
    </div>
  );
};

export default App;

About

It's a React UI component library written in React, TypeScript, and Rollup as a JavaScript bundler. It uses Storybook for testing components and Jest to write test cases. This library makes developers' lives easier by providing them with well-crafted UI components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published