A next-generation tool to create blazing-fast documentation sites
API
created:3/5/2021
updated:3/5/2021
loc
56
comments
9%
passed
2
coverage
80%

App

avatar of atanasster
@component-controls/app
3.15.0

application container component. adds SEO, SkipLinks, Header and Footer.

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

Overview

Component controls stories. Write your components documentation with MDX and JSX. Design, develop, test and review in a single site.
Name
Description
Default
Helmet
ComponentType<{ htmlAttributes?: Record<string, unknown>; }>
-
type
string

Commits

Date
Author
Commit Message
3/10/2021

atanasster

avatar of atanasster
fix: react-helmet html attributes
3/9/2021

atanasster

avatar of atanasster
fix: tags url path and nextjs template pages
2/20/2021

atanasster

avatar of atanasster
chore: update helmet ts
12/4/2020

atanasster

avatar of atanasster
fix: spelling for SkipLinksItemProps
11/5/2020

atanasster

avatar of atanasster
fix: update Helmet prop
11/5/2020

atanasster

avatar of atanasster
feat: customize seo tags
8/2/2020

atanasster

avatar of atanasster
feat: config update state
8/1/2020

atanasster

avatar of atanasster
feat: add build-time error saving
8/1/2020

atanasster

avatar of atanasster
chore: spread layout prop
7/24/2020

atanasster

avatar of atanasster
chore: move store hooks to store package
26 commits
package
imports
peer
SkipLinksItemPropsSkipLinks
useStoreuseCurrentDocumentuseConfig
react
^17.0.1
FragmentFC
*
theme-ui
^0.8.4
jsxBox
file
imports
"../SEO"
SEOSEOProps
"../Header"
Header
"../Footer"
"./useAnalytics"
useAnalytics
"../AppError"