luxe-web-framework
TypeScript icon, indicating that this package has built-in type declarations

1.7.50 • Public • Published

luxe-web-framework

Luxe Web Framework

NPM JavaScript Style Guide

Install

npm install --save luxe-web-framework

Usage

import React, { Component } from 'react'

import MyComponent from 'luxe-web-framework'
import 'luxe-web-framework/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © [Roman Kwok](https://github.com/Roman Kwok)

Readme

Keywords

none

Package Sidebar

Install

npm i luxe-web-framework

Weekly Downloads

5

Version

1.7.50

License

MIT

Unpacked Size

4.49 MB

Total Files

86

Last publish

Collaborators

  • romankwok