🏠
Highlights
Pinned Loading
-
flex-box-grid-system.scss
flex-box-grid-system.scss 1.row {
2box-sizing: border-box;
3margin: 0 auto;
4width: 100%;
5display: -ms-flexbox;
-
This is a workaround to template mul...
This is a workaround to template multiple slots of some vue component 1<template v-for="(_, name) in $slots" #[name]="slotProps = {}">
2<slot v-bind="slotProps" :name="name"></slot>
3</template>
-
vue-expand-transition-component
vue-expand-transition-component 1<script setup>
2const beforeEnter = (element) => {
3requestAnimationFrame(() => {
4if (!element.style.height) {
5element.style.height = '0px';
-
eslint.config.js > vue3
eslint.config.js > vue3 1import eslint from '@eslint/js';
2import tseslint from 'typescript-eslint';
3import pluginVue from 'eslint-plugin-vue';
45export default tseslint.config(
581 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
dochner/taskapp,
dochner/todo-list-supabase,
Exp-Intro-to-GitHub-Flow-Cohort-1/series-intro-to-github-flow-dochner
and 2 other
repositories
Loading
Contribution activity
March 2025
Created 1 commit in 1 repository
Created 1 repository
-
dochner/flex-ui
This contribution was made on Mar 1
14
contributions
in private repositories
Mar 3 – Mar 25