1.0.5 • Published 10 months ago

@danidoble/webserial-views v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Webserial Views Plugin

npm install @danidoble/webserial-views

This will create a new element in dom that will render the views of the webserial.

import "@danidoble/webserial-views";
import "@danidoble/webserial-views/dist/webserial-views.css";

If you are using react in your project, you can use like this

import {BasicSerialViews} from "@danidoble/webserial-views/serial-views";
import "@danidoble/webserial-views/dist/webserial-views.css";

// ['system', 'dark', 'light']

const App = () => {
    return (
        <BasicSerialViews theme={"system"} /> {/*This is the component that will render the views*/}
    );
}
1.0.2

10 months ago

1.0.1

11 months ago

1.0.0

11 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.6

10 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago