0.4.1 • Published 14 hours ago

utd-utilities v0.4.1

Weekly downloads
-
License
-
Repository
-
Last release
14 hours ago

UTD Utilities

Project setup

Install with your favorite package manager. You need to install bootstrap-vue in order for this component library to work

pnpm install utd-utilities bootstrap-vue
npm install utd-utilities bootstrap-vue
yarn add utd-utilities bootstrap-vue

Import the necessary files

In your main.js file, add the following imports.

IMPORTANT: Import the bootstrap styling BEFORE importing the UTD Utilities styling

// ... other imports

import UTDUtilities from "utd-utilities";
import { BootstrapVue, IconsPlugin } from "bootstrap-vue";

// Import Bootstrap and BootstrapVue CSS files
import "bootstrap/dist/css/bootstrap.css";
import "bootstrap-vue/dist/bootstrap-vue.css";

// Import UTD Utilities styles
import "utd-utilities/styles.css";
import "utd-utilities/utd-utilities.css";

// Make BootstrapVue available throughout your project
Vue.use(BootstrapVue);
// Optionally install the BootstrapVue icon components plugin
Vue.use(IconsPlugin);

Vue.use(UTDUtilities);
0.4.1

14 hours ago

0.4.0

21 hours ago

0.3.5

29 days ago

0.3.4

29 days ago

0.3.2

1 month ago

0.3.3

1 month ago

0.3.1

1 month ago

0.3.0

2 months ago

0.2.9

2 months ago

0.2.7

2 months ago

0.2.8

2 months ago

0.2.6

2 months ago

0.2.5

2 months ago

0.2.4

2 months ago

0.2.3

2 months ago

0.2.2

2 months ago

0.2.1

3 months ago

0.2.0

3 months ago

0.1.3

3 months ago

0.1.25

3 months ago

0.1.24

3 months ago

0.1.23

3 months ago

0.1.22

3 months ago

0.1.21

3 months ago

0.1.2

3 months ago

0.1.1

3 months ago

0.1.0

3 months ago