Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.51 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.51 KB

Nebular React

npm npm

⚠️ **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.

Demo

Installation

# 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

Storybook

# With yarn
yarn storybook

# With npm
npm run storybook

Packages

  • @nebular-react/hooks – collection of hooks for state and UI management
  • @nebular-react/stylesemotion 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

TBD

Tests

Documentation

Material Styles

License

MIT