preact-fluid-test
v0.0.3
Published
<p align="center"> <a href="https://ajainvivek.github.io/preact-fluid/" target="_blank"> <img alt="Preact Fluid" title="Preact Fluid" src="https://i.imgur.com/pZZG2Cm.png" width="550"> </a> </p> <p align="center">Minimal <b>UI Kit</b> for Preact, with reu
Downloads
3
Readme
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.