0.1.0-beta.0 • Published 5 years ago

@deboxsoft/component-webapp-react v0.1.0-beta.0

Weekly downloads
1
License
-
Repository
github
Last release
5 years ago

Build Status Dependencies DevDependencies code style: prettier HitCount

Installation

Preact Fluid is available as an npm package.

npm install preact-fluid --save

Usage

Here is a quick example to get you started, it's all you need:

import { render } from 'preact';
import { Button } from '@deboxsoft/component-web-react';

function App() {
  return (
    <Button>
      Hello World
    </Button>
  );
}

render(<App />, document.querySelector('#app'));

Documentation

Check out our documentation website.