A "No Code" GUI for your existing React app.
Within your project:
-
yarn add codelift --dev
-
For create-react-app:
yarn codelift start
For Next.js:
yarn codelift dev
(
codelift
runsyarn ____
with whatever you provide) -
Add
import "codelift/register"
to the top of yoursrc/App.tsx
.
- Hover & Select an element.
- Find-as-you-type CSS classes.
- Hover to preview before applying.
- Click to toggle in your source code.
- Install missing dependencies
- Click tag to open in editor
- Add/Wrap elements
- Convert element to Component
-
:hover
, etc. classes - New Feature Request
- Clone this repo.
yarn cra
oryarn next
to run the CRA or Next.js examples, respectively.
- Eric Clemmons