Registry / web-framework / luxe-web-framework

luxe-web-framework

JSON →
library1.7.50jsnpmunverified

Luxe Web Framework is a React-based UI component library (v1.7.50) providing reusable components with TypeScript support. It requires React 16+ and peer dependencies like react-dom. The library is distributed as both ESM and CJS, but CSS must be imported separately. It is actively maintained with weekly releases. Key differentiators: lightweight, minimal dependencies, and focus on modern React patterns.

npm install luxe-web-framework
INSTALL
IMPORT
SIG · LUXE-WEB-FRAMEWORK
L
luxe-web-framework
web-frameworkjavascriptv1.7.50
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import MyComponent from 'luxe-web-framework'
import { MyComponent } from 'luxe-web-framework'
Default export is a single component or library entry point.
MyComponent
import MyComponent from 'luxe-web-framework'
const MyComponent = require('luxe-web-framework')
ESM-only; CJS require() does not work with default export.
CSS
import 'luxe-web-framework/dist/index.css'
import { CSS } from 'luxe-web-framework'
CSS must be imported separately as a side-effect, not as a named import.

Install and use Luxe Web Framework in a React app.

import React from 'react'; import MyComponent from 'luxe-web-framework'; import 'luxe-web-framework/dist/index.css'; function App() { return <MyComponent />; } export default App;
Debug
Known issues
gotchaCSS must be imported separately; not included in JS bundle.
fix
Add import 'luxe-web-framework/dist/index.css' in your app entry.
affects: >=0.0.0
gotchaRequires React 16+ as peer dependency.
fix
Ensure react and react-dom are installed.
affects: >=1.0.0
breakingVersion 1.0.0 dropped support for React 15.
fix
Upgrade React to 16+.
affects: >=1.0.0 <2.0.0
Errors
Common errors & fixes
Cannot find module 'luxe-web-framework' or its corresponding type declarations.
Missing package install or incorrect import path.
fix
Run npm install luxe-web-framework and ensure import path is correct.
Module not found: Can't resolve 'luxe-web-framework/dist/index.css'
CSS file not copied or path incorrect.
fix
Verify the CSS file exists at node_modules/luxe-web-framework/dist/index.css or adjust the import path.
Upgrade
Version history
1.7.50latest on npm
Audit
Dependencies
reactrequiredpeer dependency: JSX runtime required
react-domrequiredpeer dependency: DOM rendering required
Agent activity
2 hits · last 30 days
node
2
Resources
luxe-web-framework — npm install luxe-web-framework · libregistry