A vanilla implementation of Paradigm Frame Interface Guidelines. Works with FramesJS and Frog. https://www.figma.com/community/file/1367670879509913267/frame-interface-guidelines
Copy the folder src/interfaces into your project and import the components you need.
This implementation leverages Satori, making it compatible with frameworks like FramesJS and Frog.
This lightweight approach offers flexibility, allowing you to directly integrate and override components into your project without the overhead of a full-fledged design system.
<Container>
<Title style={{ color: 'red' }}>Hello World</Title>
</Container>
