Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pratikpakhale/flowbite-jsx
- Owner: pratikpakhale
- Created: 2023-06-23T16:46:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-16T14:29:51.000Z (over 1 year ago)
- Last Synced: 2023-07-16T15:40:59.963Z (over 1 year ago)
- Topics: flowbite, html-to-jsx, tailwindcss
- Language: HTML
- Homepage: https://flowbite-jsx.onrender.com/
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)