Taylor Jones

Results 127 comments of Taylor Jones

The example from Polaris would be beneficial for us. Our site is emerging into two primary use cases: 1. PAL Documentation (design and dev) - effectively the same use case...

@sadekbazaraa Yes, that is the planned visual treatment. My screenshot above is a mockup quickly done via dev tools to show the general intention. The specific implementation would have the...

@josenyris There is an experimental `stickyHeader` prop on DataTable, here's a storybook showing it. https://react.carbondesignsystem.com/?path=/story/components-datatable-basic--playground&args=stickyHeader:true There are caveats and challenges to making both the header and pagination sticky. In any...

I've totally overhauled this one with a bunch of theme related changes. Please re-review and let me know what you think.

@tw15egan No! Good distinction. In this case it means that instead of having `@carbon/themes` installed and doing: ```scss @use '@carbon/themes/scss/theme'; ``` You can instead access this stuff from `@carbon/react` ```scss...

@therenney Things keep getting prioritized atop this unfortunately. It's a well defined item that would be a great candidate for contribution though, if you're interested. I believe @aledavila made something...

I'm going to mark this as a draft until it's ready to be reviewed and merged

More details here https://github.com/carbon-design-system/carbon-website/issues/3000#issuecomment-1163537244

Hi @hadnet - thanks for bringing this up. Unfortunately type definitions aren't provided for this package right now. This library is built atop Carbon, which [doesn't use typescript](https://github.com/carbon-design-system/carbon/issues/2479) and [doesn't...

Is the intent to follow a similar deprecation strategy that security has implemented by modifying `` to accept icons from `@carbon/icons-react` instead of this library? https://github.com/carbon-design-system/ibm-security/blob/dev/src/components/Icon/migrate-to-2.x.md