An open API service indexing awesome lists of open source software.

https://github.com/parabit/megatizerui

UI Component Library for React Based on TypeScript + Tailwind CSS
https://github.com/parabit/megatizerui

react tailwindcss typescript

Last synced: about 1 year ago
JSON representation

UI Component Library for React Based on TypeScript + Tailwind CSS

Awesome Lists containing this project

README

          






megatizerui logo



UI Component Library for React

Based on TypeScript + Tailwind CSS

---

## Documentation

For full documentation, visit [https://parabit.github.io/megatizerui](https://parabit.github.io/megatizerui)

## Install

```bash
npm i @parabit/megatizerui
```

```bash
yarn add @parabit/megatizerui
```

## Peer dependencies

- [react: "^19.0.0"](https://react.dev/)
- [react-dom: "^19.0.0"](https://react.dev/)
- [tailwindcss: "^"4.0.14"](https://tailwindcss.com/)

## Usage

Add imports `theme` and `components` to your root `.css` file.

```css
@import 'tailwindcss';

@import '@parabit/megatizerui/dist/theme.css';
@import '@parabit/megatizerui/dist/components.css';
```

## P.S.

With love on Frontend from the [`Parabit`](https://github.com/parabit) company