lynx-light-bootstrap-admin-theme
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

lynx-light-bootstrap-admin-theme

Bootstrap administration theme for the Lynx framework.

It is based on the Light Bootstrap Dashboard Team by Creative Tim.

Installation

npm install lynx-light-bootstrap-admin-theme --save

Usage

In your main app file:

import LightBootstrapAdminModule from "lynx-light-bootstrap-admin-theme";
...

let myConfig = new ConfigBuilder(__dirname).build();

const app = new App(myConfig, [new LightBootstrapAdminModule()]);
app.startServer(port);

Customization

You can override the settings of the theme using the LightBootstrapAdminModule.settings. Please check the src/views/ and the src/locale folders to create further customizations.

/lynx-light-bootstrap-admin-theme/

    Package Sidebar

    Install

    npm i lynx-light-bootstrap-admin-theme

    Weekly Downloads

    1

    Version

    1.0.0

    License

    Apache-2.0

    Unpacked Size

    4.99 MB

    Total Files

    187

    Last publish

    Collaborators

    • sprechen