Skip to content

SamDavies/Gooseberry

Repository files navigation

Gooseberry

GradeHub and Strawberry React component library

NPM JavaScript Style Guide

Install

npm install --save @gradehub/gooseberry

Usage

import React from 'react'
import { Button, GlobalTypography } from '@gradehub/gooseberry'

const App = () =>
    <div>
        <GlobalTypography/>
        <Button shadow>
            Hello
        </Button>
    </div>

License

MIT © samdavies

About

GradeHub and Strawberry component library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published