1.3.9 • Published 9 months ago
@bs-solutions/bastion-ui v1.3.9
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-uiInitialization
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
sassis installed in your project, use the globalbastion-uivariables in your.scssor.sassfiles 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
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
9 months ago
1.3.6
9 months ago
1.3.5
9 months ago
1.3.4
9 months ago
1.2.4
9 months ago
1.2.3
9 months ago
1.2.2
9 months ago
1.1.5
9 months ago
1.1.4
9 months ago
1.1.3
9 months ago
1.1.2
9 months ago
1.1.1
9 months ago
1.1.0
9 months ago
1.0.2
9 months ago