@cbinsights/fds
Version:
Form: A design system by CB Insights
37 lines (24 loc) • 1.31 kB
Markdown
# Form Design System
A design system by CB Insights.
[](http://www.npmjs.com/package/@cbinsights/fds)
[](https://codecov.io/gh/cbinsights/form-design-system)
[](https://github.com/semantic-release/semantic-release)
[](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!