
Security News
n8n Tops 2025 JavaScript Rising Stars as Workflow Platforms Gain Momentum
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.
@flatfile/design-system
Advanced tools
This is the home for Flatfile's design system and component library.
Please visit Installation for more detailed guidelines.
Using NPM:
First and foremost run npm install
To run Storybook npm run storybook
To test npm test
To create a new component, run npm run createComp {ComponentName}. The template folder contains a file for your component, docs, css, and tests. Don't forget to export your component from src/index.ts
On your branch, run npm run changeset from the root of this repo and select @flatfile/design-system.
Select the correct version update (major/minor/patch) and provide a message for what has changed.
A changeset markdown file will be added that should be merged with your PR.
Once merged, this will trigger a Github action to create a PR to update the version and publish the package.
We use Tailwind for our styling and therefore support Tailwind supported browsers.
Design system is built on top of React-Aria which provides accessibility and behavior according to WAI-ARIA Authoring Practice.
In order to use keyboard interactions in Mac OS (Safari and Firefox):
Preferences > Advanced > Press tab to highlight each item on a page.We require an approval from a member of the design team and a member of the engineering team.
npm install @flatfile/design-system
or
yarn add @flatfile/design-system
import { Button } from '@flatfile/design-system'
If you have made changes within the design system repo and would like to test the new package locally:
npm run pack:prod (or npm run build && npm pack)package.json, update the design system dependency to
"@flatfile/design-system": "file:./path/to/flatfile-design-system-x.x.x.tgz"npm iFAQs
flatfile's design system
The npm package @flatfile/design-system receives a total of 0 weekly downloads. As such, @flatfile/design-system popularity was classified as not popular.
We found that @flatfile/design-system demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 15 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.

Security News
The U.S. government is rolling back software supply chain mandates, shifting from mandatory SBOMs and attestations to a risk-based approach.

Security News
crates.io adds a Security tab backed by RustSec advisories and narrows trusted publishing paths to reduce common CI publishing risks.