1.0.20 • Published 3 years ago

blb-ui-lib v1.0.20

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years 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

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago