Eric Liu

Results 252 comments of Eric Liu

Not currently, AFAIK. This is a question/feature request for the [Carbon team](https://github.com/carbon-design-system/carbon).

Related https://github.com/carbon-design-system/carbon/issues/7909

It should be possible to self host IBM Plex fonts when using SCSS. The Carbon monorepo has [some documentation on self-hosting](https://github.com/carbon-design-system/carbon/blob/7be55cd74d0aaf522751e22c53ed45555f1d6964/docs/guides/ibm-plex.md#self-hosted), but it should also be documented for the Svelte...

Can you reproduce the same issue by using the dispatched `open` and `close` events? ```svelte ```

Thanks @joshblack, I'll reach out on Discord.

Thanks for providing a REPL to illustrate the use cases. Are you suggesting that `hasForm={true}` should disable the `Modal` submit on enter logic if `shouldSubmitOnEnter` is removed?

Generally, I would recommend writing custom CSS for vertical/horizontal centering. However, if you're using the Grid from Carbon, you can use the `offset` prop to "center" a column. Carbon Components...

Love the idea, but this is a design question [best directed at the Carbon team](https://github.com/carbon-design-system/carbon/issues/new?assignees=&labels=type%3A+enhancement+%F0%9F%92%A1&template=FEATURE_REQUEST_OR_ENHANCEMENT.yaml&title=%5BFeature+Request%5D%3A+).

My first instinct is that this is caused by the expansion being determined by the window width: https://github.com/carbon-design-system/carbon-components-svelte/blob/2fedd6343f4fa0da66fb9e0feba1911e9303cb0f/src/UIShell/SideNav.svelte#L67 This definitely is worth investigating, as it's not ideal from a UX...