A modern library for reactJS components

npm install thxmx-uiyarn add thxmx-uiimport 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;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 useThis command will look for the .nvmrc file and will find the version with which the project was created.
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 devOpen your browser and visit http://127.0.0.1:3000
Before you begin, ensure you have met the following requirements:
Make sure you have:
? CONTRIBUTION.md
Thanks to the following people who have contributed to this project:
@jnadroj @Frey0-0 ? @eriandev ? @krazykaushal ? @kartikjoshi267 ? @Dorcastunmise ?
TypeScript javascript Library ReactJS Components Microsoft compiler language UI React-ui framework frontend Design library-ui