Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
bidstack-material-uikit
Advanced tools
Bidstack ui components list
How check/view componenets: run react-markup
in project root (https://github.com/ipostol/react-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
FAQs
This is bidstack material ui components repository
We found that bidstack-material-uikit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.