@nori-ui/core
v0.0.5
Published
React Native + React Native Web UI component library. Expo-first, NativeWind v4, Figma design tokens, AI-queryable docs.
Readme
@nori-ui/core
A React Native + React Native Web component library. Ships ESM, CJS, and .d.ts
via tsup; RSC-safe default entry with a ./client subpath for stateful
providers and hooks.
Install
yarn add @nori-ui/corePeer deps: react@^19, react-dom@^19 (optional, web), react-native@^0.83
(optional, native), nativewind@^4, react-native-css-interop.
Usage
Server Components / RSC-safe entry:
import { Button, Text, cn } from '@nori-ui/core';Client components / providers / hooks:
'use client';
import { NoriProvider, useTheme, useTranslation } from '@nori-ui/core/client';Links
- Source: https://github.com/nori-ui/nori-ui
- Docs: https://github.com/nori-ui/nori-ui#readme
License
MIT.
