A tool to help you build and document website component libraries and design systems.
Fractal is a tool that helps users build and document website component libraries and design systems. It allows for modular website design by breaking up the UI into small, reusable chunks that can be assembled in various ways. Fractal can be used to preview and document component libraries, or to scale up and document entire design systems for organizations.
To install Fractal into your project, follow these steps:
Install into your project (recommended)
npm install fractal
fractal.config.js
file in the project root.npx fractal start
or creating an alias in your package.json
under the scripts section.Installing globally
npm install -g fractal
This will give you global access to the Fractal command.
Note: This option is not recommended if you need to use different Fractal versions on different projects.Fractal is a powerful tool for building and documenting website component libraries and design systems. It allows for modular website design and provides the ability to preview and document components in an organized manner. With its installation options and extensive documentation, Fractal is a valuable asset for web designers and developers.