New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tsdev-react-components

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsdev-react-components

ReactJS component library based on Material-UI (MUI)

latest
Source
npmnpm
Version
1.8.0
Version published
Maintainers
1
Created
Source

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

Keywords

react

FAQs

Package last updated on 17 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts