Redocly / portal-default-theme

Set of default theme components for new-hope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This package contains a set of react components that build a default theme for developer portal.

Contributing

Once a new component is created, please, make sure to assign data-component-name attribute to it. Please check these examples: regular component, styled component. The value of data-component-name attribute should follow the hierarchical structure of the files inside a theme, for example for FooterColumn.tsx in the following structure the data-component-name will be "Footer/FooterColumn":

├── ...
├── Footer
│   ├── FooterColumn.tsx
|   ├── FooterCopyright.tsx
│   └── ...
└── ...

About

Set of default theme components for new-hope


Languages

Language:TypeScript 100.0%