New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

blb-table

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blb-table

An empty base template for publishing a React TS package to npmjs library.

1.0.2
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

BlackLightBurn Table

BlackLightBurn Table

Installation

  • Install blb-ui-lib:
  npm install --save blb-ui-lib
  • Import components into your project
  import { Button, SmartButton, useButtonStatus } from 'blb-ui-lib';
  • Create variables.css and import in app.js .
import '@/styles/variables.css';

export default function App({ Component, pageProps }: any) {
  return <Component {...pageProps} />;
}

Contributing

This project is open for improvements and maintenance. Feel free to fork and make your own modifications.

License

MIT

Keywords

react

FAQs

Package last updated on 01 Dec 2023

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