1.8.0 • Published 4 years ago

tsdev-react-components v1.8.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

tsdev-react-components

v1.8.x

Installation

npm install --save tsdev-react-components

CSS

add index.css from dist folder to your project

import './../node_modules/tsdev-react-components/dist/index.css';

Import & Usage

import {
    Alert,
    BreadCrumb,
    ContainedButton,
    Datepicker,
    Dialog,
    Icon,
    Label,
    OutlinedButton,
    Panel,
    ProgressSpinner,
    Suggestion,
    Tag,
    TagSelect,
    Tree
} from 'tsdev-react-components';

...

<Alert />

Documentation

You can find a storybook for all components under following folder.

// create new static storybook
npm install
npm run build-storybook

...

./storybook-static/index.html

The index.html should be visible on every browser.

Examples

./static-examples/examples/index.html

The index.html should be visible on every browser.

WIKI

https://github.com/thebuoyant/React-Components/wiki

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.

Summary

Componentintroducedupdated
Alertv1.0.0v1.3.0
BreadCrumbv1.1.0v1.3.0
ContainedButtonv1.6.0v1.6.0
Datepickerv1.2.0v1.3.0
Dialogv1.0.0v1.3.0
Iconv1.0.0v1.5.0
InputSpinnerv1.5.0v1.5.0
Labelv1.0.0v1.0.0
OutlinedButtonv1.7.0v1.7.0
Panelv1.0.0v1.3.0
ProgressSpinnerv1.0.0v1.0.0
Suggestionv1.3.0v1.4.1
Tagv1.1.0v1.3.0
TagSelectv1.1.0v1.3.0