jrf-systems / jrf-systems/docsify-deploy
List tree structure component
Open
@Maddix is already working on this.
Since Apr 18, 2020.
enhancement
React Component
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Create a component that will take a nested object and display it with meta data.
[
{
title: 'Home',
link: '/'
},
{
title: 'GitHub',
link: 'https://github.com/egoist/docute'
},
// A dropdown menu
{
title: 'Community',
children: [
{
title: 'Spectrum',
link: 'https://spectrum.chat/your-community'
},
{
title: 'Discord',
link: 'https://discord.app/your-discord-server'
}
]
}
]
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.