Collection of functions (referred to as primitives or builders) developed for the Solid.js library. It encompasses the logic for crafting accessible UI components while adhering to the WAI-ARIA standard and APG design patterns.
npm install solid-apg@latest
yarn add solid-apg@latest
pnpm install solid-apg@latest
bun add solid-apg@latest
Name | Description | Link | Source code |
---|---|---|---|
solid-apg |
Package distributed via npm | npmjs | ./packages/solid-apg |
Documentation | Docs page of the solid-apg library |
Vercel | ./apps/docs |
Application | Example SolidStart application to showcase solid-apg . |
Vercel | ./apps/solid-start-example |
Test report | Generated test results for solid-apg unit tests |
GitHub Pages | - |
Code coverage | Generated code coverage for solid-apg unit tests |
GitHub Pages | - |
Typedoc documentation | Generated typedoc documentation for solid-apg source code |
GitHub Pages | - |
git clone [email protected]:susickypavel/solid-apg.git
cd solid-apg
pnpm install