big-design icon indicating copy to clipboard operation
big-design copied to clipboard

Design system that powers the BigCommerce ecosystem.

Results 53 big-design issues
Sort by recently updated
recently updated
newest added
trafficstars

**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)....

enhancement

**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...

enhancement

**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,...

good first issue

`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...

bug
types

**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...

enhancement

**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,...

discussion

**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...

bug
good first issue

**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...

enhancement
good first issue

**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...

documenation