UI library built with Vue3

Yay for components

Libary Storybook

Recent Changes

5.03.2022

  • Large update to theming system.
  • New mixins to facilitate the create fully customizable buttons.
  • Additional Theming options for the sidebar and header
  • Various Fixes

5.20.2021

  • Fix remaining padding issues in remaining views.
  • Various bugfixes
  • Update dependencies

5.06.2021

  • Fix padding around various components and views

4.19.2021

  • Remove widget demo from Home view.

4.16.2021

  • Update instances with slider with api changes
    • v-model:value -> v-model
  • Bump package dependencies
  • Added widgets demo

3.29.2021

  • Added components to storybook
  • Added storybook link in header and in the mast
  • Updated Chicklets size implementation
  • Refactored SdButton sizing and icon handling.
  • Abstracted logic in SdToaster into a composable
  • Added new composable for managing the color scheme useScheme
  • Fixed various issues with several components
  • Migrated library to typescript. Additional work in progress for stricter type coverage.

3.11.2021

  • Migrated library to use new npm package
  • Migrated split library files into its own repo.
  • Updated all github links to point to new repo.

2.08.2021

  • Updated Deps
  • Updated SdField
    • Added icon handling start and end icons.
    • Fixed input display for when the input is not bound to any data.

1.25.2021

  • Remove Chart Demo
  • Remove unused assets
  • Add jsconfig.js to supress Vetur warnings.
  • Added Demo for grid system
    WIP
    .
  • Added sizing to SdChicklet
  • Update navigation with new demos
  • Updated routes with new demos
  • Rename some utility functions for better clarity.
  • Added inline option top sd-fieldset
  • Update Containers demo with size options.

1.16.2021

  • Bump dependencies. (Vue 3.0.5)
  • Use dart-sass
  • Disable tick on SdSlider until edgecases are resolved.

12.03.2020

  • Bump dependencies. (Vue 3.0.4)

11.30.2020

  • Bump dependencies. (Vue 3.0.3)

11.17.2020

  • Adjustments to SdDialogTitle styling.
  • Cleanup SdDialog demo.

11.16.2020 pt.3

  • Bump Dependencies

11.16.2020 pt.2

  • Fix width sm size on SdButton with using icon-only
  • Adjust XL size on SdButton, adjusted coresponding icon sizing.
  • Add SVG theme handling to SdButton

11.16.2020 pt.1

  • Add button to SectionHeader for github link.
  • Adjust svg color handling in SectionHeader for SdButton.
  • Add github link to each component demo.

11.06.2020

  • Bump Dependencies.
  • Fix header emitters. It appears 3.0.2 breaks event emitters withat a `-` in it. More research needed.

10.26.2020

  • Fix styling for nav slot.

10.23.2020

  • Added Hover state to dismissable chicklets
  • Added icon prop to sd-chicklet.
  • Added some notes for future plans for sd-sheets
  • Added Containers Demo
    • sd-sheet demo
    • sd-chicklet demo
    • Links added to sidebar
  • Adjust padding lists ul > li
  • Adjust padding on nested lists ul > ul
  • Change github link to button in header
  • FUTURE: Add additional flexability for custom icons