created:3/5/2021
updated:3/5/2021
loc
32
comments
13%
passed
2
coverage
53%

DocumentHomePage

avatar of atanasster

list of documents for a specific document type

Component

import { DocumentHomePage } from '@component-controls/app';

Overview

created:1/1/2020
updated:3/31/2020

Story

story subtitle

Properties

Name
Description
Default
type
string
-

Commits

Date
Author
Commit Message
3/13/2021

atanasster

avatar of atanasster
feat: ceate base-integration package
2/17/2021

atanasster

avatar of atanasster
feat: components history and catalog
8/6/2020

atanasster

avatar of atanasster
fix: linting issues
7/28/2020

atanasster

avatar of atanasster
docs: initial checkin
7/27/2020

atanasster

avatar of atanasster
chore: re-create context api state
7/25/2020

atanasster

avatar of atanasster
fix: docs by type sorted
7/24/2020

atanasster

avatar of atanasster
chore: move store hooks to store package
7/24/2020

atanasster

avatar of atanasster
chore: replace context with recoil in app
7/23/2020

atanasster

avatar of atanasster
chore: more recoil
7/22/2020

atanasster

avatar of atanasster
chore: more recoil
14 commits

External dependencies

package
imports
peer
defDocTypeDocType
useSortedDocByTypeuseConfig
react
^17.0.1
FC
*
theme-ui
^0.8.4
jsxThemed

Internal dependencies

file
imports
"../PageContainer"
"../DocumentsList"
"../DocPage"
"../CategoryList"

Component JSX

<CategoryList
type
/>
CategoryList
from"../CategoryList"
<PageContainer
varianttypeid
>
PageContainer
from"../PageContainer"
<Themed.h1
/>
theme-ui
^0.8.4
<DocumentsList
pagestype
/>
DocumentsList
from"../DocumentsList"
<DocPage
type
/>
DocPage
from"../DocPage"