Skip to content

Attributes on Split components

Pre-release
Pre-release

Choose a tag to compare

@samuelcastro samuelcastro released this 09 Sep 23:05
· 41 commits to master since this release
  • Adding the ability to include attributes when using Split components:
<Split name='feature1' attributes={{ paying_customer: true }}>
  {(value: TreatmentWithConfig) => {...}
</Split>