
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@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.
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
Some components implicitly assume the existence of a global Tooltip component, make sure it exists by wrapping your app with AMPWrapper
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
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.