tachyons-components icon indicating copy to clipboard operation
tachyons-components copied to clipboard

React UI components powered by Tachyons with a styled-components like API

Results 4 tachyons-components issues
Sort by recently updated
recently updated
newest added

Thanks for building this awesome library! The API is really simple and awesome. Sometimes, tachyons are too limited. Do you see a way to integrate this with `styled-components`? Maybe something...

Nothing of the property/classes in this module seem to work when applied https://github.com/tachyons-css/tachyons-hovers

I get the following error when trying to set this up with[ react boilerplate](https://github.com/react-boilerplate/react-boilerplate): ``` TypeError: __WEBPACK_IMPORTED_MODULE_3_tachyons_components___default(...)(...).withConfig is not a function ``` Some [googling](https://stackoverflow.com/questions/33683539/webpack-require-is-not-a-function-when-using-babel-6) led me to believe this might...