Click any tag below to further narrow down your results
Links
This article discusses Coppermind, an app designed to consolidate conversations and important snippets from various platforms. Users can quickly save useful information with a simple key combination, making it easier to manage and access relevant content. It also highlights new features and components in a design system aimed at improving development efficiency.
This article introduces Tool UI, a set of UI components specifically designed for AI applications. The components are JSON-native, typed, and accessible, making them easy to copy and paste into projects. They are built on popular frameworks like Tailwind and Radix, and the project is open source.
This article discusses a collection of 8-bit styled game components that can be integrated with popular frameworks. It highlights features like game progress tracking, player statistics, and various character classes. The platform is open source, allowing for community contributions and customization.
React Bits offers a collection of customizable animated components designed for React projects. It's open source and continually expanding, making it a valuable resource for developers looking to enhance their web applications.
This article explores how design system teams can use AI tools to streamline component development, automate documentation, and enhance collaboration. It provides practical steps for integrating AI into workflows, along with examples from companies like Ramp and Notion.
The Component Gallery is a resource showcasing various interface components drawn from design systems. It features 60 components and offers examples for navigation, quotes, accordions, and more. This site is useful for anyone involved in building user interfaces.
This article discusses UXMagic, an AI platform that generates Figma-ready UI designs quickly. Users can create sitemaps, wireframes, and high-fidelity mockups from simple prompts and browse designs made by the community. The service offers various components and code exports tailored for different platforms.
BlazorOcticons provides customizable GitHub Octicons as Razor components for Blazor applications. Installation requires adding a NuGet package and updating the _Imports.razor file. Once set up, you can easily integrate icons into your project.
This article explains how to create Svelte web applications using simple text prompts powered by AI. It covers various components like sign-up forms, pricing cards, and profile cards. The focus is on streamlining development with AI assistance.
Coi is a modern programming language designed for building reactive web applications with high performance and type safety. It compiles to WebAssembly, enabling smaller bundle sizes and efficient runtime without a virtual DOM. The language supports composable components and fine-grained reactivity, making it suitable for various app types from dashboards to games.
This article presents Taste 1.0, a model that helps designers create components aligned with their specific design system conventions. It emphasizes the importance of having a structured set of guidelines, or a "taste layer," to ensure consistency and usability in design outputs.
This article explains how to extract React components from live websites without access to their source code. It details the process of analyzing the DOM and React Fiber to gather component data, then using a language model to recreate the components based on that information.
This article introduces Rails UI, a service that provides ready-to-use components and themes for Ruby on Rails applications. It targets developers who want to enhance the visual appeal of their apps without needing design skills. Users can quickly implement professional designs and focus on functionality.
This article explains how Atomic Design is a useful pattern for building user interfaces but not suitable as an application architecture. It highlights the risks of overcomplicating components and emphasizes the need to separate UI composition from application logic. The author proposes a structured approach for maintaining clarity and scalability in frontend applications.
This article discusses a design system offering a collection of customizable components for developers. It emphasizes open-source principles, allowing users to modify and extend the components as needed. The focus is on building a foundation that can be tailored to specific project requirements.
This article introduces Nativewind, a toolkit for building mobile apps using React Native and Expo. It offers over 30 customizable components and templates, designed to work seamlessly on both iOS and Android. Developers can quickly create native-quality apps with ready-to-use flows for various functionalities.
Maya Brennan shares a practical guide for creating a Design System from scratch at a startup. She outlines key steps, from gathering UI references to implementing components in Figma and code. The article emphasizes a realistic approach for solo designers and small teams.
The article discusses the creation of Inspo, a curated library of website components and sections designed to streamline web development. The author, with nearly a decade of experience, emphasizes the importance of design details and animations. Inspo started as a personal collection of favorite sites and aims to help others build websites more efficiently.
This tool helps you explore design tokens and their connections to components within design systems. You can select from pre-loaded systems or add your own, visualize relationships, and search for specific tokens to understand their usage. It’s useful for anyone working with design systems.
Tailwind Flex is a community-driven library offering over 3000 ready-to-use Tailwind CSS components, enabling users to create stunning UIs easily. The platform includes a playground for live editing and sharing components, as well as features for saving and organizing designs, all while encouraging user contributions and showcasing design skills through public profiles.
Customizable components for AI applications can be quickly integrated into projects using prompt-kit. After setting up shadcn/ui, developers can easily install and import various components to enhance chat experiences and AI functionalities.
Kibo UI is a custom registry of open source components that enhances the shadcn/ui library by providing a wide range of composable and accessible components. These components aim to reduce boilerplate code while ensuring flexibility and responsiveness, allowing developers to create complex applications with ease. Kibo UI integrates complex logic from various headless libraries for a seamless user experience.
React error boundaries are not merely a replacement for traditional try-catch blocks; they provide a more structured way to handle errors in component trees. By isolating error handling at the component level, they allow developers to gracefully manage UI failures while maintaining application stability and user experience.
The article discusses the author's decision to move away from traditional component-based design in favor of a more streamlined and flexible approach. It emphasizes the importance of adaptability in design processes and the potential benefits of simplifying structures to enhance creativity and efficiency. Various considerations and implications of this shift are explored throughout the piece.
A design system should be viewed as a comprehensive infrastructure that facilitates creative growth rather than merely a collection of reusable components. By establishing strong foundations—principles, design tokens, and basic elements—design systems can promote consistency, usability, and autonomy for teams, ultimately enhancing collaboration and scalability.
Transitioning from React for the web to React Native involves understanding key differences in components, styling, and navigation. While many React concepts carry over, developers must adapt to React Native's unique environment, including its use of native UI components and alternative libraries for navigation and debugging. The article provides practical insights and tips for making this transition smoother.
The author details their experience building a high-end Linux PC, emphasizing component choices like the Intel Core Ultra 9 285K CPU, a 4TB Samsung 990 Pro SSD, and an MSI GeForce RTX 3060 Ti GPU. They share insights on the selection process, performance considerations, and the importance of compatibility with Linux, particularly regarding network cards and power supplies.
BYQ Supply offers a collection of modular design components, including sections, skeletons, and icons, aimed at simplifying the web design process for users of platforms like Webflow, Framer, and Figma. Their products allow for quick copy-pasting with no setup required, making it easier for designers to create clean and efficient layouts. The service offers various pricing tiers, including free and pro options, with lifetime access available for certain plans.
MVPBlocks is an open-source component library designed for developers to rapidly create and launch MVPs using Next Js and TailwindCSS. It features a collection of customizable UI blocks, a smart CLI for integration, comprehensive documentation, and encourages community contributions while ensuring authorship is retained.
A library of animated React components and microinteractions is available to enhance web experiences, promoting fun and creativity. It is free and open-source, with documentation accessible at the provided link. Contributions are welcomed, and the project is built upon existing frameworks with gratitude to shadcn.
The resource provides a comprehensive guide on conducting audits and implementing linting for design system components within Figma. It emphasizes the importance of maintaining consistency and quality in design systems through systematic evaluations and automated checks. Users can utilize the provided tools and techniques to streamline the auditing process and enhance their design practices.
The article discusses the new features and improvements in React Email 4, emphasizing its enhancements for building email applications with React. It covers the streamlined development process, improved compatibility with email clients, and the introduction of new components that enhance usability and design. The updates aim to make email development more efficient and effective for developers using React.
The article discusses the challenges and complexities of building components in React, emphasizing the notion that certain component structures may seem impossible to implement. It explores the balance between functionality and maintainability, advocating for a deeper understanding of component design.
RSC routers utilize a parallel and recursive route rendering approach that contrasts with traditional React rendering methods. This technique helps avoid the "waterfall" effect, where nested components sequentially block each other during data fetching, leading to poor performance. By rendering components in parallel and using placeholders, RSC allows for more efficient data fetching and improved user experience.
The content from the provided URL appears to be corrupted or unreadable, making it impossible to extract meaningful information or insights. It does not convey any clear themes, topics, or components related to Framer's marketplace.
Tambo is a React package designed for creating AI-powered applications that utilize generative UI, enabling users to interact using natural language. The recently open-sourced backend allows developers to build and customize applications easily, with resources available for getting started, contributing, and community engagement. Key features include dynamic component generation and a client-side registry of React components for integration with large language models.
Figma's August updates introduced several new features aimed at enhancing design workflows, including improved components, enhanced collaboration tools, and updates to the plugin ecosystem. These enhancements are designed to streamline the design process and improve user experience for designers and teams.