project-serum / swap-ui

React Component for Swapping on the Serum DEX
Apache License 2.0
113 stars 117 forks source link

Export providers and components from the module #40

Closed secretshardul closed 3 years ago

secretshardul commented 3 years ago

There's a lot of code duplication if components like SwapTokenForm are to be used outside of the widget. If the providers and components are individually exported, redundancy is reduced and more customized UIs can be built.

This will be a non-breaking change. Those who wish to use the stock widget can import it as usual.

secretshardul commented 3 years ago

I'll make a PR for this one.