ThxmxUi

A modern library for reactJS components

NPM version NPM downloads

✨ 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;

? Links

⌨️ Development

Use Gitpod, a free online dev environment for GitHub.

Open in Gitpod

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

PRs Welcome

GitHub

View Github