preact-fluid-test

0.0.3 • Public • Published

Preact Fluid

Minimal UI Kit for Preact, with reusable components.

PeerDependencies 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 'preact-fluid';

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

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

Documentation

Check out our documentation website.

Contributing

We'd greatly appreciate any contribution you make. :D

License

This project is licensed under the terms of the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i preact-fluid-test

Weekly Downloads

0

Version

0.0.3

License

ISC

Unpacked Size

663 kB

Total Files

322

Last publish

Collaborators

  • sabeurthabti