thxmx-ui
thxmx-ui copied to clipboard
A modern library for reactJS components
ThxmxUi
📚 Homepage
- Visit here
.png)
✨ 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
Node version
First of all let's use version 16 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.
Development environment
Use Gitpod, a free online dev environment for GitHub.
Or clone locally:
$ git clone [email protected]: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.
For more info about contribution visit :
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