summaryrefslogtreecommitdiff
path: root/examples/basics/src/components (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-03-04[ci] formatGravatar renovate[bot] 1-2/+3
2024-12-03feat: make basics link point to final article (#12600)Gravatar Erika 1-1/+1
2024-11-22feat(examples): New basics template (#12472)Gravatar Erika 1-0/+209
Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
2024-11-04create-astro updates (#12083)Gravatar Erika 1-61/+0
Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Reuben Tier <otterlord.dev@gmail.com>
2023-07-24[ci] formatGravatar doodlemarks 1-3/+3
2023-07-24Basics theme styling updates (#7760)Gravatar Mark Peck 1-11/+9
* update styling and include asset * whoopsies, didnt mean to include these * im rusty dont judge * another thing I didn't want pushed * anything for chris * for natey poo * just stop
2023-07-14nit: export props has been unnecessary.. forever (#7646)Gravatar Erika 1-1/+1
2023-02-03fix example Card component style (#6123)Gravatar Malte Ehrlen 1-3/+4
* fix example Card component style Card component has uneven border on hover, and in some cases the border is visible even when not hovering * Delete neat-taxis-thank.md --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-09-28[ci] formatGravatar FredKSchott 1-3/+3
2022-09-28redesign basics template (#4879)Gravatar Fred K. Schott 1-24/+10
2022-08-26Remove "as Props" from the astro examples (#4494)Gravatar Mohammed Elhaouari 1-1/+1
2022-08-04Audit examples templates (#3940)Gravatar Erika 1-1/+3
* basics, framework-alpine, framework-solid, delete unused examples * framework-multiple * Remove non-standard file extensions, add missing .vscode folders * Remove robots.txt * Remove blog-multiple-authors * Rewrite components comments to be consistent * Update lockfile * Remove unnecessary usage of SCSS in subpath example * Fix props weirdness in portfolio example * Remove Lit from `framework-multiple` for now * Misc fixes * Update lockfile * I'm in lockfile hell, send help
2022-07-08Format astro files in examples (#3862)Gravatar Marcus Otterström 1-21/+21
2022-05-30Remove unused slot until slot bugs are fixed (#3475)Gravatar Florian S 1-2/+1
Simple fix for #3473 as the slot was never used in this example. Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-05-03first polish (#3236)Gravatar Fred K. Schott 2-55/+75
2022-04-26Feat: new just the basics template (#3206)Gravatar Ben Holmes 1-0/+55
* feat: new just-the-basics example * chore: update package name * chore: update lockfile * refactor: simplify meta tags Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * refactor: use `system-ui` for base font Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update examples/just-the-basics/src/components/Layout.astro Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * refactor: just-the-basics -> basics (now 10% more basic!) * refactor: add type checking to layout prop * nit: change "astro-text" to "text-gradient" * refactor: simplify CSS grid * feat: make transition easing 10% fancier * change to text gradient because people gooootta have opinions huh * nit: rename CSS class to "instructions" * refactor: use ul > li for containers * chore: update lockfile * feat: style tweaks Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <nate@skypack.dev>