KyleAMathews / typography.js

A powerful toolkit for building websites with beautiful design
http://kyleamathews.github.io/typography.js/
MIT License
3.83k stars 181 forks source link

How do I display the configuration UI in my web page? #213

Closed ashleydavis closed 5 years ago

ashleydavis commented 5 years ago

I have the Typography plugin installed and working in my Gatsby site.

I'm just wondering how I enable the configuration UI? (highlighted in the screenshot below).

image

KyleAMathews commented 5 years ago

The code is in https://github.com/KyleAMathews/typography.js/tree/master/packages/typography-design-tools but it's pretty rough and not sure you'll be able to get it working.

A newer tool is adding support for these sorts of design tooling and is already really awesome — you should check it out and get involved https://github.com/system-ui/theme-ui

ashleydavis commented 5 years ago

Thanks, I think the best thing about this is having the UI to experiment with the design of my site. Wish I could just drop it in and use it.

I'll take a look at the new tool!