Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pratikpakhale/flowbite-jsx

a small tool to convert html to jsx (specifically flowbite code) and also remove the dark css classes if any.
https://github.com/pratikpakhale/flowbite-jsx

flowbite html-to-jsx tailwindcss

Last synced: about 1 month ago
JSON representation

a small tool to convert html to jsx (specifically flowbite code) and also remove the dark css classes if any.

Awesome Lists containing this project

README

        

# Flowbite HTML to JSX Converter

A normal html to jsx converter specially designed for Flowbite HTML Components. The converter removes the additional dark classes of the component and outputs jsx with minimal code.

## Deployment

The project is deployed at → https://flowbite-jsx.onrender.com

## Tech Stack

**Client:** HTML (server rendered)

**Server:** Node, Express

## Run Locally

Install dependencies

```bash
npm install
```

Start the server

```bash
node app.js
```

## Acknowledgements

- [Flowbite](https://flowbite.com)
- [HTML to JSX](https://www.npmjs.com/package/htmltojsx)