0.1.1 • Published 5 months ago

gevima-ui v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

A modern library for reactJS components

NPM version NPM downloads

📚 Homepage

s2

✨ Features

  • 📦 An uncommonly high quality set of React components.
  • 🛡 Written entirely in TypeScript with predictable static types.
  • ⚙️ A full suite of design resources and tools to facilitate development.

📦 Install

npm install gevima-ui
yarn add gevima-ui

🔨 Usage

import React, { FC } from 'react';
import { Button, Input } from 'gevima-ui';

const App: FC = () => (
  <>
    <Input label='Label' />
    <Button>Button</Button>
  </>
);

export default App;

⌨️ Development

Node version

First of all let's use version 21 of node so we don't have compatibility problems, for this we can use nvm just run in the repository folder the command:

$ nvm use

This command will look for the .nvmrc file and will find the version with which the project was created.


Prerequisites 🛠️

Before you begin, ensure you have met the following requirements:

Make sure you have:

  • Nodejs
  • npm or yarn
  • git

Let's Contribute 👍

  • Step 1 - Fork this repository.
  • Step 2 - Clone the repository to your local machine.
  • Step 3 - Resolve the bugs, mentions provided in the Issues section of the repository. Also add a description of what changes you have done.
  • Step 4 - Add the changes to your repository.
  • Step 5 - Create a PULL Request. And that's all.

What you can contribute in this repo? 👊

  • You can add your own competitive programming solutions.
  • There are various topics like Functionality, Modal aspect of thxmx-ui etc. You can contribute in them
  • You can contribute some Learning Resources in the READme.md File.
  • You can modify previous solutions if you feel like your solution has better Time or Space complexity.

Contributors 💡

Keywords 🤌

TypeScript javascript Library ReactJS Components Microsoft compiler language UI React-ui framework frontend Design library-ui

0.1.1

5 months ago

0.1.0

5 months ago