tsdev-panel

ReactJS component

Usage no npm install needed!

<script type="module">
  import tsdevPanel from 'https://cdn.skypack.dev/tsdev-panel';
</script>

README

tsdev-panel

v1.0.x

Installation

npm install --save tsdev-panel

CSS

add index.css from dist folder to your project

import './../node_modules/tsdev-panel/dist/index.css';

Import & Usage

import {
    Panel
} from 'tsdev-panel';

...

<Panel expanded/>

Storybook

http://www.schlender-entwicklung.com/storybook/tsdev-panel

Important

You can include all components as a base component in your implementation. No properties are required as needed. So you can get a better overview, without provoking mistakes immediately.