diff --git a/README.md b/README.md index 0f3884e..40766e4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,36 @@ -# sidebar-form +# Tiny Components - Sidebar Form +Created with [Riot.js](https://riot.js.org) +Handle Form in a Sidebar. Sidebar is from [Plain-UI](https://plain-ui.com). +## Install + +``` +npm install @tiny-components\sidebar-form --save +``` + +## How to use + +There are Multiple Components to use this Form. + +```js + { handleClose() }} loading={ state.isLoading }> + + + + New + + + +
{ handleSubmit(event) }}> +
+ +
+
+ +
+```