1.0.20 • Published 5 months ago

blb-ui-lib v1.0.20

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

1.0.20

5 months ago

1.0.19

5 months ago

1.0.18

5 months ago

1.0.17

5 months ago

1.0.16

5 months ago

1.0.15

5 months ago

1.0.14

5 months ago

1.0.13

5 months ago

1.0.12

5 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago