1.3.11 • Published 9 months ago

@bs-solutions/bastion-ui v1.3.11

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

bastion-ui

This component library is designed for use in building user interfaces for applications within the Bastion ecosystem.

Documentation

Installation

To install, run the following command:

npm i @bs-solutions/bastion-ui

Initialization

To use the project, follow these steps:

  • import the styles file at the root of your application.
// root file
import '@bs-solutions/bastion-ui/bastion-ui.css';
  • wrap the entire application in the BastUiProvider.
// root file
<BastUiProvider>
  <App />
</BastUiProvider>
  • if sass is installed in your project, use the global bastion-ui variables in your .scss or .sass files like in example bellow.
@use "@bs-solutions/bastion-ui/dist/styles/_globals.scss" as bs-globals;

@media (width >= bs-globals.$xl) {
  margin-top: 0;
}

Maintainer

@VladSolyony

Contributing

Please contribute! Look at the issues.

License

MIT © 2025

1.3.11

9 months ago

1.3.10

9 months ago

1.3.9

9 months ago

1.3.8

9 months ago

1.3.7

10 months ago

1.3.6

10 months ago

1.3.5

10 months ago

1.3.4

10 months ago

1.2.4

10 months ago

1.2.3

10 months ago

1.2.2

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.2

10 months ago