Skip to content
/ POC Public

Typescript component lib POC, with automated deployments and documentation generation.

Notifications You must be signed in to change notification settings

Afreda323/POC

Repository files navigation

Proof of concept

install these peer deps.

"peerDependencies": {
    "react": "^16.4.0",
    "react-dom": "^16.4.0",
    "styled-components": "^4.1.3"
  }

Install the components

npm install --save afreda-poc

Wrap app in Themer

import { Themer, theme } from 'afreda-poc'

function App() {
  return (
    <Themer theme={theme}>
      {/* your app here */}
    </Themer>
  )
}

About

Typescript component lib POC, with automated deployments and documentation generation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published