Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 621 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 621 Bytes

BlackLightBurn UI Library

BlackLightBurn UI library started

Installation

  1. Install blb-ui-lib:
  npm install --save blb-ui-lib
  1. Import components into your project
  import { Button, SmartButton, useButtonStatus } from 'blb-ui-lib';
  1. 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