Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

cbinsights/form-design-system

Repository files navigation

This repo is now deprecated only. If you are a CB Insights employee working with cbi-site:

  • FDS Components are now in @cbi-next/fds
  • Styles are in @cbi-next/companion
  • Icons are now in cbi-next/cbicons

Form Design System

A design system by CB Insights.

npm coverage semantic-release: angular contributions welcome

Installation

yarn add @cbinsights/fds

Install SDKs

First time clone of this repo will show you errors on types and it will say it cannot find imported libraries, to fix this you need to install SDKs, to do so, run the following command:

yarn dlx @yarnpkg/sdks vscode

Docs

https://cbinsights.github.io/form-design-system/

Want to contribute?

  • Fork the repo
  • Run yarn install
  • Use yarn commit to help you generate a conventional commit
  • Ideally reference a issue number in the commit body (e.g. fixes #123). yarn commit will help you with this.
  • Make a pull request!