5.0.2 • Published 8 months ago

utd-utilities v5.0.2

Weekly downloads
-
License
-
Repository
-
Last release
8 months 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);
1.0.2

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

2.0.1

9 months ago

2.0.0

9 months ago

3.0.1

9 months ago

3.0.0

9 months ago

4.0.5

8 months ago

4.0.4

8 months ago

4.0.1

8 months ago

4.0.0

8 months ago

4.0.3

8 months ago

4.0.2

8 months ago

5.0.2

8 months ago

5.0.1

8 months ago

5.0.0

8 months ago

1.0.1

10 months ago

1.0.0

10 months ago

0.7.2

11 months ago

0.7.1

12 months ago

0.5.3

12 months ago

0.7.4

11 months ago

0.7.3

11 months ago

0.5.5

12 months ago

0.5.0

1 year ago

0.7.0

12 months ago

0.5.2

1 year ago

0.5.1

1 year ago

0.7.6

11 months ago

0.7.5

11 months ago

0.7.7

11 months ago

0.8.1

10 months ago

0.6.3

12 months ago

0.8.0

10 months ago

0.6.2

12 months ago

0.6.5

12 months ago

0.6.4

12 months ago

0.6.1

12 months ago

0.6.0

12 months ago

0.4.8

1 year ago

0.4.7

1 year ago

0.4.6

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.2

1 year ago

0.3.3

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.9

1 year ago

0.2.7

1 year ago

0.2.8

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.3

1 year ago

0.1.25

1 year ago

0.1.24

1 year ago

0.1.23

1 year ago

0.1.22

1 year ago

0.1.21

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago