UNPKG

@cbinsights/fds

Version:
37 lines (24 loc) 1.31 kB
# Form Design System A design system by CB Insights. [![npm](https://img.shields.io/npm/v/@cbinsights/fds.svg?color=blue)](http://www.npmjs.com/package/@cbinsights/fds) [![coverage](https://img.shields.io/codecov/c/github/cbinsights/form-design-system?token=UI2IZDUN3W)](https://codecov.io/gh/cbinsights/form-design-system) [![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://github.com/cbinsights/form-design-system/issues) ### Installation ```bash 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](https://www.conventionalcommits.org/) - Ideally reference a issue number in the commit body (e.g. fixes #123). `yarn commit` will help you with this. - Make a pull request!