8000 GitHub - ubie-oss/ubie-vitals-website: Ubie Vitals's website
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ubie-oss/ubie-vitals-website

Repository files navigation

ubie-vitals-website

Ubie Vitals's website

Installation

npm ci

Development

npm run dev

Add Component Page

npm run generate:page:component

src/components/react/examples/{component-name}/Default.tsx:

Implement the most basic example.

src/pages/components/tes-test.mdx:

  • Replace thumbnail
  • Describe the documentation

Add Component Example

npm run generate:page:example

Component page props

The props are automatically extracted using react-docgen. However, complex props cannot be extracted. In that case, they can be displayed by describing them in the mdx file frontmatter.prop. By using keywords such as {TextColor} and {Spacing}, you can omit the description of frequently used values (see src/utils/server/props/typeSetKeyword.ts for details).

About

Ubie Vitals's website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

0