Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bidstack-material-uikit

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bidstack-material-uikit

This is bidstack material ui components repository

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

bidstack-uikit

Bidstack ui components list

How check/view componenets: run react-markup in project root (https://github.com/ipostol/react-markup)

markup

How use:

import Buttom from 'bidstack-uikit/lib/components/buttons/Button';

...
render() {

  return (
    <Button onClick={somefunc}>Click me</Button>
  );

}

How add component:

You must add component to /src/components/[section]/[ComponentName]/[ComponentName].js file

Then:

git add .
git commit -m '#add new [ComponentName] components'
npm run build;
git add .
git commit -m '#compile'
git push ...

How run tests (linter + jest): npm test

How run only linter: npm run lint How run only jest tests: npm run jest

Keywords

FAQs

Package last updated on 18 Jan 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc