@cbinsights/fds

Form: A design system by CB Insights


Keywords
design-system
License
MIT
Install
npm install @cbinsights/fds@15.0.0-beta.0

Documentation

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!