No features have been listed yet.
No Fractal Docs videos yet. You could help us improve this page by suggesting one.
Based on our record, Storybook seems to be a lot more popular than Fractal Docs. While we know about 225 links to Storybook, we've tracked only 3 mentions of Fractal Docs. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Start Fractal, which I use for the pattern library. Source: over 2 years ago
Recently, I discovered a tool that helped me build a design system: fractal.build. Described in by Rachel Andrew in her article Pattern Library First back in 2018, fractal does look a little old school, but it can be customized and does a good job without getting into your way. - Source: dev.to / over 3 years ago
For a bit more simple alternative I might suggest Fractal - https://fractal.build . While it doesn't have so much knobs and whistles as StorybookJS, it's easier to set up and get running for smaller projects. - Source: Hacker News / over 3 years ago
In this tutorial, you'll learn how to build a monorepo using Lerna. We’ll be building a Next.js application which will import components from a separate package. We’ll also be using Storybook to showcase those components. - Source: dev.to / about 1 month ago
Dumi. A static site generator specifically designed for component library development. Look at it as something between Storybook and Docusaurus inside the Umi world (but much better integrated between each other, presumably). - Source: dev.to / about 1 month ago
Import type { Meta, StoryObj } from '@storybook/react'; Import { fn } from '@storybook/test'; Import { Button } from './Button'; // More on how to set up stories at: https://storybook.js.org/docs/writing-stories#default-export Const meta = { title: 'Example/Button', component: Button, parameters: { // Optional parameter to center the component in the Canvas. More info:... - Source: dev.to / about 1 month ago
Storybook is an open-source tool for building and testing UI components in isolation. Think of it as a dedicated workshop where you can create, preview, and document components in every possible state without spinning up the full application. - Source: dev.to / about 1 month ago
Documentation is a crucial part of any design system. There's the aspect of writing, maintaining, and ensuring that it doesn't drift from the codebase. It's a lot of work, and it's easy to let it slip. I've spent a lot of time over the last year and a half thinking about the right way to document components, and it took some time until I found a sustainable solution I was happy with. In this article, I want to... - Source: dev.to / 3 months ago
Bit.dev - Easily share reusable components between projects and applications to build faster as a team. Collaborate to develop, publish and manage components and modules at any scale without overhead.
styled-components - styled-components is a visual primitive for the component age that also helps the user to use the ES6 and CSS to style apps.
Pattern Lab - Create atomic design systems with Pattern Lab.
Tailwind CSS - A utility-first CSS framework for rapidly building custom user interfaces.
Chakra UI - Simple, modular and accessible UI components for your React applications.
React - A JavaScript library for building user interfaces