Skip to content

vibestartup/doc-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@vibestartup/doc

declarative rich-document primitives.

import { Studio, Page, Section, Paragraph, Span, Table, List, Callout } from '@vibestartup/doc'

export default function Spec() {
  return (
    <Studio kind="doc">
      <Page title="widget spec">
        <Section heading="overview" level={2}>
          <Paragraph><Span>this is the widget.</Span></Paragraph>
        </Section>
      </Page>
    </Studio>
  )
}

primitives: Page, Section, Paragraph, Span, Block, Embed, Table, List, Figure, Callout.

MIT.

About

declarative document primitives (Page, Section, Block, …) for vibestartup

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors