Efortless style

Lightweight component framework for React

Getting started:

$ yarn install @cserdean/ttons

Then in your React app:

import React from 'react'
import { Button, GlobalStyle } from '@cserdean/ttons

export default function Component() {
  return (
    </>
      <Globalstyle /> {/* Place once anywhere in the app */}
      <Button>Press me!</Button>
    </>
  )
}

Result:

And tadaaaaa!! 🎉 You have access to all the components and server side rendering works out of the box.