Getting Started
Installation
First, install all packages that are necessary to you.
Depending on your use-case you might only want NeUIs accessible primitives or just the layout components.
For the minimum of functionality to build applications with though, we recommend installing the @neui/core and @neui/layout packages.
- Using npm
- Using pnpm
- Using yarn
npm install @neui/core @neui/layout
pnpm install @neui/core @neui/layout
yarn add @neui/core @neui/layout