Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Redocly/portal-default-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published