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

blb-ui-lib

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blb-ui-lib

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

1.0.20
latest
Source
npm
Version published
Maintainers
1
Created
Source

BlackLightBurn UI Library

BlackLightBurn UI library started

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 'blb-ui-lib/src/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 04 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