thxmx-ui
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

ThxmxUi

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 thxmx-ui
yarn add thxmx-ui

🔨 Usage

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

const App: FC = () => (
    <>
        <Input label="Label" hint="Hint" />
        <Button label="Print" color="primary" />
    </>
);

export default App;

⌨️ Development

Use Gitpod, a free online dev environment for GitHub.

Open in Gitpod

Or clone locally:

$ git clone git@github.com:jnadroj/thxmx-ui.git
$ cd thxmx-ui
$ npm install
$ npm run dev

Open your browser and visit http://127.0.0.1:3000

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.

PRs Welcome

For more info about contribution visit :

🔗 CONTRIBUTION.md

Contributors 💡

Thanks to the following people who have contributed to this project:

@jnadroj 📖 @Frey0-0 🐛 @eriandev 🐛 @krazykaushal 🐛 @kartikjoshi267 🐛 @Dorcastunmise 🐛

Keywords 🤌

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

Package Sidebar

Install

npm i thxmx-ui

Weekly Downloads

7

Version

0.3.2

License

UNLICENSED

Unpacked Size

744 kB

Total Files

45

Last publish

Collaborators

  • jordanrjdev