Skip to content

Commit

Permalink
Document the PCUI module
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Jan 19, 2024
1 parent f32dd08 commit 95de015
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/**
* PCUI is a front-end framework designed for creating user interfaces in web applications. It is
* particularly well-suited for building browser-based tools. It offers a comprehensive set of UI
* components like buttons, sliders, menus and data inputs.
*

Check failure on line 5 in src/index.ts

View workflow job for this annotation

GitHub Actions / Lint

Trailing spaces not allowed
* PCUI is written in TypeScript. The API can be used from both TypeScript and JavaScript. A React
* wrapper is provided for easy integration with React applications.
*
* @module PCUI
*/

export * from './binding';
export * from './components';

Expand Down

0 comments on commit 95de015

Please sign in to comment.