Lightweight component framework for React

$ yarn install @cserdean/ttonsThen 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.