Object UI Team

Welcome to Object UI Blog

We are excited to announce the launch of our new blog!

Hello World

This is the first post on the Object UI blog. Here we will share updates about:

  • New features
  • Release notes
  • Tutorials and guides
  • Community showcases

Stay tuned for more!

Code Example

import { SchemaRenderer } from '@object-ui/react';

export const App = () => (
  <SchemaRenderer schema={{ type: 'button', props: { children: 'Click Me' } }} />
);