Files
dicebear--dicebear/apps/docs/pages/styles/index.md
T
2026-07-13 12:25:08 +08:00

1.2 KiB
Raw Blame History

layout, title, description, aside, sidebar
layout title description aside sidebar
page Avatar Styles Browse 35+ Avatar Designs Browse 35+ styles and generate avatars with the DiceBear avatar library. From abstract patterns to character designs: the perfect avatar generator for profile pictures and user avatars. false false
<script setup lang="ts"> import { computed } from 'vue'; import { useData } from 'vitepress'; import StyleList from "@theme/components/styles/StyleList.vue"; import { UiContainer, UiHeadline, UiDescription } from "@theme/components/ui"; const { theme } = useData(); const styleCount = computed(() => Object.keys(theme.value.avatarStyles).length); </script>
Styles Overview Browse our avatar library, from abstract patterns to hand-crafted character illustrations. Every style is made by artists and ready to use as profile pictures in your projects.
<style> .styles-page .styles-hero { text-align: center; padding: 80px 0 48px; } </style>