Giter VIP home page Giter VIP logo

kverse2's Introduction

Kverse UI Components

Kverse is an npm package that provides a collection of reusable UI components to enhance your web development workflow. This package includes components such as buttons, loaders, forms, toggle switches, and cards. These components are designed to work seamlessly with TailwindCSS, CSS and Vite..

Installation

To get started with Kverse, you need to have TailwindCSS and Vite set up in your project. Once that's done, you can install Kverse via npm:

npm install kverse

Usage

After installing kverse, you can start using the components in your project. Here's an example of how to import and use a button component:

import React from 'react';
import { Button1 } from 'kverse';

const App = () => {
  return (
    <div>
      <Button1>
      </Button1>
    </div>
  );
};

export default App;

TailwindCSS Setup

Make sure TailwindCSS is properly set up in your project. If not, follow the TailwindCSS installation guide to add it to your project.

Vite Setup

Ensure that Vite is configured in your project. If not, you can set up a new Vite project by following the Vite guide.

Available Components

Kverse includes the following components:

  • Buttons: Various styles of buttons for different use cases.
  • Loaders: Different types of loaders for indicating progress or waiting states.
  • Forms: Form components to handle user input.
  • Toggle Switches: Switch components for toggling states.
  • Cards: Card components for displaying content in a structured format.

Contributing

We welcome contributions from the community! If you have a feature request, bug report, or want to contribute code, please open an issue or submit a pull request.

License

This project is licensed under the Apache License. See the LICENSE file for details. presented as a tree in the file explorer. You can switch from one to another by clicking a file in the tree.

kverse2's People

Contributors

kbageja avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.