Giter Site home page Giter Site logo

primereact-examples's Issues

Compilation error

I wanted to test nextjs-styled.
Simply did npm i and npm run dev and got an error.

SyntaxError: Unexpected token '??='
    at wrapSafe (internal/modules/cjs/loader.js:1001:16)
    at Module._compile (internal/modules/cjs/loader.js:1049:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
    at Module.load (internal/modules/cjs/loader.js:950:32)
    at Function.Module._load (internal/modules/cjs/loader.js:790:12)
    at Module.require (internal/modules/cjs/loader.js:974:19)
    at Module.mod.require (/Users/x/Documents/github/primereact-examples/nextjs-styled-tailwind/node_modules/next/dist/server/require-hook.js:64:28)
    at require (internal/modules/cjs/helpers.js:93:18)
    at Object.<anonymous> (/Users/x/Documents/github/primereact-examples/nextjs-styled-tailwind/node_modules/next/dist/telemetry/post-payload.js:17:19)
    at Module._compile (internal/modules/cjs/loader.js:1085:14)
(Use `node --trace-warnings ...` to show where the warning was created)
(node:40089) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:40089) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Process finished with exit code 0

Any idea?

vite-unstyled-tailwind - Accordion

In the [vite-unstyled-tailwind](https://github.com/primefaces/primereact-examples/tree/main/vite-unstyled-tailwind) if we add an accordion, we obtain an accordion that has a very different behavior than the original.

See attached screen here:
Peek 2024-03-21 13-38

As you can see, it opens and then close, rather than having a smooth transition:
https://primereact.org/accordion/

Example for NextJS 14 and Tailwind with App Router

Hi, do you mind updating (or adding) the examples with nextjs+tailwind, styled and unstyled, using the new App Router in v14? I'm struggling about configuring the new layout.tsx, I managed to use Primereact OR Tailwind, but not both together.

Thank you
Regards

TS Complied Problem

<InputTextarea id="description" value={product.description} onChange={(e) => onDescriptionChange(e)} required rows={3} cols={20} />
Property 'rows' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly'.
I tried a lot but the result is the same.

Can I collaborate?

I would like to know if it is possible to add more examples in this template. Or why not collaborate in solving or adding features to the Primereact library.

nextjs styled ripple not working

Clone the repository and modify the _app.js file, add things to the value of the "PrimeReactProvider",
export default function App({ Component, pageProps }) {
return (
<PrimeReactProvider
value={{
unstyled: false,
pt: Tailwind,
ripple: false,
inputStyle: "filled",
}}
>
<Component {...pageProps} />

);
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.