1.6.3 • Published 1 year ago

sanity-plugin-theme-eight v1.6.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Eightmedia theme for Sanity CMS

> sanity install @eightmedia/sanity-plugin-theme-eightmedia

Icons

Recommended icons: TeenyIcons

> yarn add --dev @iconify/react
> yarn add --dev @iconify/icons-teenyicons
import React from "react";
import { Icon } from "@iconify/react";
import briefcase from "@iconify/icons-teenyicons/briefcase-outline";

export default {
  name: "category",
  title: "Category",
  type: "document",
  icon: () => <Icon icon={briefcase} width={15} height={15} />,
}

TeenyIcons React