0.0.17 • Published 3 years ago

ds-core-ui-components v0.0.17

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

DS Core UI Components

Core component library

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Creating and compiling new components

When you are done creating a new component make sure to add the new component to the index.js file

Example

export { default as DsButton } from '@/lib-components'

Run the following command to build the components

npm run build

How to add the components to your project

Add the component repo to the package.json file:

npm i ds-core-ui-components --save

Using Vue Components:

Add the following import statements:

import DsCoreUiComponents from 'ds-core-ui-components'

Styling

Styles can be overridden in main application

:root {
    --main-color: #396387;
}

Dynamic styling example

document.querySelector('body').style.setProperty('--main-color', 'blue');

Customize configuration

See Configuration Reference.

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.1

3 years ago