⚠️ **This is not a production version yet.
This library is inspired by two popular design systems, Nebular Angular and Mantine. It has been recreated for React, allowing developers to create customizable and visually appealing user interfaces for their web applications.
# With yarn
yarn add @nebular-react/hooks @nebular-react/core @nebular-react/styles
# With npm
npm install --save @nebular-react/hooks @nebular-react/core @nebular-react/styles
# With yarn
yarn storybook
# With npm
npm run storybook
@nebular-react/hooks
– collection of hooks for state and UI management@nebular-react/styles
– emotion based css-in-js library that is used in all Nebular components@nebular-react/core
– core components library – exports everything from@nebular-react/styles
@nebular-react/ssr
– server side rendering utilities@nebular-react/next
– server side rendering utilities for Next.js
MIT