Skip to content

Commit ef152a3

Browse files
authored
Merge pull request #14 from olliethedev/feat/classname-advanced-comp
feat: advanced classname/styles editor component
2 parents ab9b9a6 + 74550a3 commit ef152a3

22 files changed

+3634
-246
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,19 +345,21 @@ npm run test
345345

346346
## Roadmap
347347

348-
- [ ] Add user friendly styling component along with of directly using tailwind classes
349348
- [ ] Add tiptap editor for markdown content
350-
- [ ] Add global variables for component props
349+
- [ ] Add data variables to editor (foundation for all the fun data binding features). Update the Renderer component to accept data variables
350+
- [ ] Drag and drop component in the editor panel and not just in the layers panel
351351
- [ ] Add Blocks. Reusable component blocks that can be used in multiple pages
352352
- [ ] Move component schemas to separate shadcn registry to keep main registry light
353353
- [ ] Move prop form field components (overrides) to separate shadcn registry to keep main registry light
354354
- [ ] Add data sources to component layers (ex, getUser() binds prop user.name)
355+
- [ ] Add visual data model editor + code gen for backend code for CRUD operations
355356
- [ ] Add event handlers to component layers (onClick, onSubmit, etc)
356357
- [ ] React Native support
357358
- [ ] Update to React 19
358359
- [ ] Update to latest Shadcn/ui + Tailwind CSS v4
359360
- [ ] Update to new AutoForm when stable
360361
- [ ] Update to Zod v4 (when stable) for native json schema conversion to enforce safety in layer props
362+
- [ ] VS Code plugin integration for UI Builder
361363

362364
## Contributing
363365

0 commit comments

Comments
 (0)