/react-docz-template

React docz template with styled-components and typescript.

Primary LanguageJavaScript

react-docz-template

React docz template with styled-components and typescript.

docz

add docz as dev dependency

  ❯ yarn add docz --dev

additional config

Using with typescript, you must create a file called doczrc.js

typescript config

export default {
  typescript: true,
};