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
- Host: GitHub
- URL: https://github.com/parabit/megatizerui
- Owner: parabit
- Created: 2025-03-10T07:55:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T19:52:11.000Z (about 1 year ago)
- Last Synced: 2025-04-09T20:41:26.815Z (about 1 year ago)
- Topics: react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://parabit.github.io/megatizerui
- Size: 2.32 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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