Papanasi Solid JS UI Library
npm install @papanasi/solidThe Universal UI Library
|
Angular |
Preact |
Qwik |
React |
|
Solid |
Svelte |
Vue |
Web Comps. |
|
Nextjs |
Nuxt 3 |
Svelte Kit |
Solid Start |
Qwik City |
Layout |
|||
|
Container |
Row |
Column |
Grid |
Components |
|||
|
Avatar |
Button |
Code |
Pill |
|
Spinner |
|||
Enterprise |
|||
|
Itchio |
|||
Extensions |
|||
|
Tooltip |
|||
$ npm install @papanasi/solid
`
With yarn:
`
$ yarn add @papanasi/solid
`
$3
To debug elements you can use setDebugLevel function from @papanasi/solid
js
window.addEventListener('load', () => {
setDebugLevel(DebugLevel.Log);
});
`
$3
To learn more about Papanasi, check the documentation.
$3
MIT
$3
Contributing Guidelines
To build the project run:
`
> yarn compile
`
You can choose which frameworks to build by passing the --platforms:
`
> yarn compile --platforms react vue
`
It is also possible to specify which components to build --elements:
`
> yarn compile --elements avatar pill
`
If you want to disable the linting use --no-lint:
`
> yarn compile --no-lint
`
To contribute and watch the changes in local environment just use:
`
> yarn dev
`
Finally, to launch storybook use:
`
> yarn start
``
Sponsor the project |
![]() HelpDev |