Open-source developer tools by Subframe, including our CLI tool and Radix headless component wrappers.
The @subframe/core is a lightweight wrapper that includes Radix's headless components and additional utilities for creating a custom component library. It is designed to support the Subframe design system, offering an open-source solution for developers. For more information on the Subframe design system generator, visit the official Subframe website.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.