- FDS Components are now in
@cbi-next/fds
- Styles are in
@cbi-next/companion
- Icons are now in
cbi-next/cbicons
A design system by CB Insights.
yarn add @cbinsights/fds
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
https://cbinsights.github.io/form-design-system/
- 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!