Is Polaris web component open-source already?

Hello, anyone can give me link to access to new polaris web components source code ?

Hi Hung,

I don’t think this is available - just the code that you’d use to output/ displat components eg:

<s-badge>Fulfilled</s-badge>
<s-badge tone="info">Draft</s-badge>
<s-badge tone="success">Active</s-badge>
<s-badge tone="caution">Open</s-badge>
<s-badge tone="warning">On hold</s-badge>
<s-badge tone="critical">Action required</s-badge>

from: Badge

What would be your use case for having the source code?

The use case is when the documentation is incomplete. Not a criticism, documentation is always a work-in-progress especially when something is brand new. Looking for info on how colspan is implemented in s-table and it’s children, but nothing on the documentation site presently. Looking in source code would be my next search point.