big-design
big-design copied to clipboard
Design system that powers the BigCommerce ecosystem.
**Is your feature request related to a problem? Please describe.** No focus feedback is provided for invalid cells that are inside the table (cells that have border in red color)....
**Is your feature request related to a problem? Please describe.** Right now we are using css values for FlexGap, GridGap, etc. However, would be good to use BD spacing values...
**Is your feature request related to a problem? Please describe.** Currently, some eslint rules are disabled as we have migrated to use BigCommerce's global eslint config. **Describe the solution, feature,...
`Input` accepts a `width` prop (via `React.InputHTMLAttributes`), that is not actually used (width is set as 100%). We either need to fix this type OR actually allow a width prop...
**Is your feature request related to a problem? Please describe.** We want to be able to support many kinds of user experiences across the world. Currently, our padding/margin properties are...
**Is your feature request related to a problem? Please describe.** I would like to add an anchor tag that has the styles of the `` components. **Describe the solution, feature,...
**Describe the bug** `@bigcommerce/big-design-theme` uses singleton instance of `themeOptions`. This can cause issues if we want to create two separate themes with different font-sizes. **To Reproduce** Codesandbox to replicate the...
**Is your feature request related to a problem? Please describe.** There's a few best practices we have been shirking on. First of all we should be using the `screen.*By` queries...
**Describe the bug** Using `StatefulTable` with filters (pill tabs) wrapped in a `TableFigure` cuts off parts of the `focused` styles for the filter buttons **To Reproduce** Steps to reproduce the...
**Is your feature request related to a problem? Please describe.** There has been an (understandable) [decision](https://github.com/bigcommerce/big-design/pull/7) made that consumers of components in this library cannot modify the look and feel...