OneGraph / graphiql-explorer

Explorer plugin for GraphiQL
MIT License
904 stars 97 forks source link

Allow users to customize styles #25

Closed dwwoelfel closed 4 years ago

dwwoelfel commented 4 years ago

Allows the user to provide props to customize styles.

Users can provide a colors prop with a set of colors that match the colors provided by GraphiQL's app.css.

Users can provide custom components for the arrows and checkboxes.

Users can customize the styling of the buttons.

The README covers usage in more detail.