1.0.20 • Published 2 years ago

blb-ui-lib v1.0.20

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

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago