Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fidesui/components

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fidesui/components

FidesUI custom components

  • 0.7.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
15
increased by650%
Maintainers
2
Weekly downloads
 
Created
Source

FidesUI Components

Adding a new component

  1. Match the structure of src/example-component
    • index.ts - Should re-export names that are part of the public interface of the component.
    • Component.tsx - And any other files required for the new functionality.
    • Component.stories.tsx - Stories that demonstrate the new functionality.
  2. Export the new component's interface from src/index.ts.

Publishing an update

Merging a pull request with component changes should automatically:

  • Bump the package version
  • Create a git tag
  • Update the changelog
  • And publish to NPM

By default this will create a "chore" update: bump the patch version and generate the changelog.

To create a more robust changelog, you can use Conventional Commits syntax when closing your PR with a squash message.

Importing an update

Once CI has finished, the updated version should appear on NPM. Bump the dependency version in your other app's package.json, run npm install, and see the updates appear.

FAQs

Package last updated on 30 Mar 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc